We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ea4cf commit 2f42f9cCopy full SHA for 2f42f9c
.github/workflows/test.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Install Inno Setup
62
uses: crazy-max/ghaction-chocolatey@v1
63
with:
64
- args: install innosetup -y --allow-unofficial --force
+ args: install innosetup -y --allow-unofficial
65
66
- name: Run pyinstaller
67
run: uv run pyinstaller ./ms2rescore.spec --clean --noconfirm
@@ -70,7 +70,7 @@ jobs:
70
run: dist/ms2rescore/ms2rescore.exe
71
72
- name: Run Inno Setup
73
- run: ISCC.exe ./ms2rescore_innosetup.iss /DAppVersion=${{ github.ref_name }}
+ run: ISCC.exe ./ms2rescore_innosetup.iss /DAppVersion=test-build
74
75
- name: Upload artifact
76
uses: actions/upload-artifact@v4
0 commit comments