File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 66 - main
77
88permissions :
9- contents : write
9+ contents : write
1010
1111jobs :
1212 build :
@@ -37,13 +37,12 @@ jobs:
3737 copy dist\ChiX.exe installer_input\ChiX.exe
3838
3939 - name : Install Inno Setup
40- run : |
41- choco install innosetup --yes
40+ run : choco install innosetup --yes
4241
4342 - name : Build Inno Setup installer
43+ shell : pwsh
4444 run : |
45- "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" installer_script.iss
46- # Make sure installer_script.iss is in the root of the repo
45+ & "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" "installer_script.iss"
4746
4847 - name : Get short commit hash
4948 id : vars
6160 prerelease : false
6261 files : |
6362 dist/ChiX.exe
64- chix-setup.exe # name matches OutputBaseFilename from .iss script
63+ chix-setup.exe
6564 env :
6665 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments