summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-11-28 22:58:58 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2023-11-28 22:58:58 +0100
commit62718e7cb14927e9a4e2f7b2bc675bdb9a6a5c24 (patch)
treebb3fa947f90b5893752dc1ad6609f12e356593f8
parentb76f4db8bb911c7eeb23ad1a34380296cb86d97a (diff)
build
-rw-r--r--.github/workflows/build.yml4
1 files changed, 1 insertions, 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: