From 60f90e2a5859e0a187fefb6f67d252934fd0da99 Mon Sep 17 00:00:00 2001 From: Michael Scrivo Date: Sun, 3 Nov 2024 16:03:18 -0500 Subject: [PATCH] Add inno build step --- .github/workflows/dotnet-desktop.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 24b297f..90caadb 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -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/Inno-Setup-Action@v1.2.5 + with: + path: "Setup Script.iss" + options: /O+ #- name: Upload build artifacts # uses: actions/upload-artifact@v3