Skip to content

Commit

Permalink
Fix: Use correct syntax for Windows (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage authored Sep 8, 2024
1 parent 2c774a5 commit 49254e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ jobs:
- name: Set version
env:
VERSION: ${{ steps.extract_name.outputs.result }}
run: echo $VERSION > bin/appversion
run: echo %VERSION% > bin\appversion
shell: cmd
- name: Create Windows setup
run: iscc setup.iss
- name: Create artifact
Expand Down

0 comments on commit 49254e6

Please sign in to comment.