Skip to content

Commit

Permalink
Set VERSION and fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jan 8, 2021
1 parent 7e9b2d5 commit 5dd2c51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
.build\msys64\msys2_shell.cmd -mingw64 -defterm -no-start -c "qmk"
- name: Patch Up MSYS
shell: bash
shell: 'bash {0}'
run: |
rm -rf .build/msys64/home/*
rm -rf .build/msys64/dev/*
Expand All @@ -60,6 +60,7 @@ jobs:
echo "VERSION=${VERSION:-2.0.0}" >> .build/msys64/etc/qmk-release
- name: Create Installer
shell: 'bash {0}'
run: |
iscc install.iss //DMyAppVersion=${VERSION:-2.0.0}
sha256sum .build/QMK_MSYS.exe > .build/QMK_MSYS.exe.sha256
Expand Down

0 comments on commit 5dd2c51

Please sign in to comment.