We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7cb5e commit 14f224fCopy full SHA for 14f224f
1 file changed
.github/workflows/release.yml
@@ -82,7 +82,6 @@ jobs:
82
- name: Install Inno Setup
83
run: |
84
winget install --version 6.5.4 --id JRSoftware.InnoSetup -e -s winget
85
- $env:path += ";$env:LOCALAPPDATA/Programs/Inno Setup 6"
86
- name: Checkout (Latest)
87
uses: actions/checkout@v4
88
if: github.event.inputs.git-ref == ''
@@ -91,6 +90,7 @@ jobs:
91
90
if: github.event.inputs.git-ref != ''
92
- name: Build Release
93
+ $env:path += ";$env:LOCALAPPDATA/Programs/Inno Setup 6"
94
.\windows-build.ps1 all
95
shell: pwsh
96
- name: Upload Release Archive
0 commit comments