Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazrius committed Mar 10, 2024
1 parent e3380a0 commit ee5d702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: "Build Installer"
run: |
cd Installer ${{ github.workspace }}
cd ${{ github.workspace }}/Installer
& "${env:programfiles(x86)}\Inno Setup 6\iscc.exe" /O+ ".\setup.iss"
cd ..
7z a -r .\Setup.7z .\Installer/Output*
Expand Down

0 comments on commit ee5d702

Please sign in to comment.