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 509e688 commit 7e9b2d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
runs-on: windows-latest

env:
VERSION: ${{github.event.release.tag_name}}

steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -57,9 +60,6 @@ jobs:
echo "VERSION=${VERSION:-2.0.0}" >> .build/msys64/etc/qmk-release
- name: Create Installer
shell: 'bash {0}'
env:
VERSION: ${{github.event.release.tag_name}}
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 7e9b2d5

Please sign in to comment.