Skip to content

Commit

Permalink
Fix version number in windows installer. (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Feb 10, 2022
1 parent 3cd16ba commit 480935f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
powershell Compress-Archive -Force jag.exe jag.zip
- name: Build installer
run: |
& tools\windows_installer\build.bat ${{ github.ref }} $PWD\build\windows\jag.exe $PWD\jag_installer.exe
& tools\windows_installer\build.bat ${{ github.event.release.tag_name }} $PWD\build\windows\jag.exe $PWD\jag_installer.exe
signtool sign /debug /n "Toitware ApS" /t http://timestamp.digicert.com/ $PWD\jag_installer.exe
move $PWD\jag_installer.exe build/windows/jag_installer.exe
- name: Upload artifacts
Expand Down

0 comments on commit 480935f

Please sign in to comment.