Skip to content

Commit

Permalink
Fix innosetup; add build to tests on main
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Nov 4, 2023
1 parent cd2a782 commit 3038ba5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,12 @@ jobs:

- name: Test built exe
run: dist/ms2rescore/ms2rescore.exe

- name: Run Inno Setup
run: ISCC.exe ./ms2rescore_innosetup.iss /DAppVersion=${{ github.ref_name }}

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: dist
path: dist/*.exe
2 changes: 1 addition & 1 deletion ms2rescore_innosetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define AppExeName "ms2rescore.exe"

[Setup]
AppId={2D3D12BD-3AE2-426E-8DE8-092148C12071}
AppId={{2D3D12BD-3AE2-426E-8DE8-092148C12071}
AppName={#AppName}
AppVersion={#AppVersion}
AppPublisher={#AppPublisher}
Expand Down

0 comments on commit 3038ba5

Please sign in to comment.