Skip to content

Commit

Permalink
FIX: More stuff never completed in the Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaita committed Jun 1, 2024
1 parent 3550920 commit bd1775c
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/BuildRelease4Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,25 +93,4 @@ jobs:
run: |
cd BuildSystem
./doBuild.bat installer
- uses: eskatos/gradle-command-action@v1
with:
arguments: updateSetupFile

- name: Building the installer
run: |
cd BuildSystem
"%programfiles(x86)%\Inno Setup 6\iscc.exe" "config.iss"
shell: cmd
- name: Sign the installer
uses: nextgens/[email protected]
with:
certificate: '${{ secrets.CERTIFICATES }}'
credentials: '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}'
folder: "Casal2"
recursive: true
- name: Upload the installer as an artifact
uses: actions/upload-artifact@v2
with:
path: "Casal2/Casal2_setup.exe"
name: wininstaller-innosetup

0 comments on commit bd1775c

Please sign in to comment.