From f68a6661b38029f5d4952b25e26f2ca0938646e9 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 28 Nov 2023 22:17:29 +0100 Subject: Let's see if this trick works for QtDir --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e139a720..769b7aed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,8 @@ jobs: run: choco install innosetup - name: Create Installer with Inno Setup run: ISCC.exe qtpass.iss + with: + QtDir: ${{ steps.install-qt.outputs.Qt5_DIR }} - name: Upload Artifact uses: actions/upload-artifact@v3 with: -- cgit v1.2.3