Skip to content

Commit 774cc85

Browse files
Merge branch 'develop'
2 parents 224b067 + 77f7400 commit 774cc85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
dotnet-version: 9.x
3030

31+
- name: Install Inno Setup
32+
run: choco install innosetup --yes
33+
3134
- name: Restore
3235
run: dotnet restore "${{ env.Solution }}"
3336

@@ -60,12 +63,9 @@ jobs:
6063
/p:EnableCompressionInSingleFile=true `
6164
-o artifacts/single-exe
6265
63-
- name: Install Inno Setup
64-
run: choco install innosetup --yes
65-
6666
- name: Build Setup EXE
6767
run: |
68-
iscc "/DMyAppVersion=${{ env.VERSION }}" "/DMyAppExePath=artifacts\\single-exe\\*" "${{ env.Installer_Script }}"
68+
iscc "/DMyAppVersion=${{ env.VERSION }}" "/DMyAppExePath=..\\artifacts\\single-exe\\*" "${{ env.Installer_Script }}"
6969
7070
- name: Copy Setup EXE to Artifacts
7171
run: |

0 commit comments

Comments
 (0)