Skip to content

Commit

Permalink
release inno curl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
null511 committed Oct 17, 2024
1 parent 113c1d6 commit 3cf6a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:
submodules: recursive
- name: Compile Binaries
run: |
curl https://files.jrsoftware.org/is/6/innosetup-6.3.3.exe innosetup.exe
curl -o innosetup.exe https://files.jrsoftware.org/is/6/innosetup-6.3.3.exe
innosetup.exe /VERYSILENT
setx PATH "%PATH%;C:\\Program Files (x86)\\Inno Setup 6"
cd Inno
dotnet publish ..\\PixelGraph.UI -c Release -r win-x64 -o src -p:EnableWindowsTargeting=true --self-contained false
ISCC.exe "setup.iss"
ISCC.exe "setup.iss" /SILENT
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3cf6a37

Please sign in to comment.