diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19386b71..339aade3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/ms2rescore_innosetup.iss b/ms2rescore_innosetup.iss index fc20c9b2..9b0a48ee 100644 --- a/ms2rescore_innosetup.iss +++ b/ms2rescore_innosetup.iss @@ -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}