From 62718e7cb14927e9a4e2f7b2bc675bdb9a6a5c24 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 28 Nov 2023 22:58:58 +0100 Subject: build --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ae137ef..56475a01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,12 +24,10 @@ jobs: nmake copy README.md src\release\README.txt copy LICENSE src\release\LICENSE.txt - - name: Let's see - run: find $Qt5_DIR - name: Install Inno Setup run: choco install innosetup - name: Create Installer with Inno Setup - run: ISCC.exe qtpass.iss + run: ISCC.exe qtpass-gh.iss - name: Upload Artifact uses: actions/upload-artifact@v3 with: -- cgit v1.2.3