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 98cf5a5 commit 509e688
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
cp -rf src/* .build/msys64/
sed -i '1i#!/usr/bin/env python3\' .build/msys64/mingw64/bin/qmk-script.py
echo "VERSION_ID=$GITHUB_SHA" >> .build/msys64/etc/qmk-release
echo "VERSION=${VERSION:-2.0.0}" >> .build/msys64/etc/qmk-release
- name: Create Installer
shell: 'bash {0}'
Expand Down
1 change: 0 additions & 1 deletion src/etc/qmk-release
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
NAME="QMK MSYS"
PRETTY_NAME="QMK MSYS"
ID=qmk_msys
VERSION="TODO"

0 comments on commit 509e688

Please sign in to comment.