Skip to content

Commit

Permalink
release inno build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
null511 committed Oct 17, 2024
1 parent 5abe813 commit 7071b1a
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 @@ -78,11 +78,11 @@ jobs:
- name: Compile Binaries
run: |
curl -s -S -o innosetup.exe https://files.jrsoftware.org/is/6/innosetup-6.3.3.exe
./innosetup.exe /VERYSILENT
./innosetup.exe
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" /SILENT
ISCC.exe "setup.iss"
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7071b1a

Please sign in to comment.