mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
Removed quotes from version name
This commit is contained in:
parent
0bf6445e76
commit
f110aa11ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -211,7 +211,7 @@ jobs:
|
|||
uses: Minionguyjpro/Inno-Setup-Action@v1.2.7
|
||||
with:
|
||||
path: windows/windows_setup.iss
|
||||
options: /O+ /DFLADDER_VERSION="${{ needs.fetch-info.outputs.version_name }}"
|
||||
options: /O+ /DFLADDER_VERSION=${{ needs.fetch-info.outputs.version_name }}
|
||||
|
||||
- name: Archive Windows portable artifact
|
||||
uses: actions/upload-artifact@v4.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue