Skip to content

Commit

Permalink
Add inno build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Nov 3, 2024
1 parent b6f9ae4 commit 60f90e2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ jobs:
recursive: true
# URL of the timestamp server used for the signing
timestamp-server: 'http://timestamp.digicert.com'

# Remove the pfx
- name: Remove the pfx
run: Remove-Item -path ootd.pfx

- name: Build Installer
uses: Minionguyjpro/[email protected]
with:
path: "Setup Script.iss"
options: /O+

#- name: Upload build artifacts
# uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 60f90e2

Please sign in to comment.