Skip to content

Commit 14f224f

Browse files
Fix CI path for Inno Setup
1 parent 8d7cb5e commit 14f224f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
- name: Install Inno Setup
8383
run: |
8484
winget install --version 6.5.4 --id JRSoftware.InnoSetup -e -s winget
85-
$env:path += ";$env:LOCALAPPDATA/Programs/Inno Setup 6"
8685
- name: Checkout (Latest)
8786
uses: actions/checkout@v4
8887
if: github.event.inputs.git-ref == ''
@@ -91,6 +90,7 @@ jobs:
9190
if: github.event.inputs.git-ref != ''
9291
- name: Build Release
9392
run: |
93+
$env:path += ";$env:LOCALAPPDATA/Programs/Inno Setup 6"
9494
.\windows-build.ps1 all
9595
shell: pwsh
9696
- name: Upload Release Archive

0 commit comments

Comments
 (0)