Skip to content

Commit 2f42f9c

Browse files
committed
Another actions test
1 parent c3ea4cf commit 2f42f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install Inno Setup
6262
uses: crazy-max/ghaction-chocolatey@v1
6363
with:
64-
args: install innosetup -y --allow-unofficial --force
64+
args: install innosetup -y --allow-unofficial
6565

6666
- name: Run pyinstaller
6767
run: uv run pyinstaller ./ms2rescore.spec --clean --noconfirm
@@ -70,7 +70,7 @@ jobs:
7070
run: dist/ms2rescore/ms2rescore.exe
7171

7272
- name: Run Inno Setup
73-
run: ISCC.exe ./ms2rescore_innosetup.iss /DAppVersion=${{ github.ref_name }}
73+
run: ISCC.exe ./ms2rescore_innosetup.iss /DAppVersion=test-build
7474

7575
- name: Upload artifact
7676
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)