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: