summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-11-18 02:08:53 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2023-11-28 21:51:07 +0100
commitec28ce94d85d31ff356ecc389ad5a18782f062b2 (patch)
treea5d785ee44177254bf21608664654745923b7592
parent8a388050ab9041a144b9d78d5ef4d398e90b6571 (diff)
nmake, really
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fa49e440..23c118f5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
- name: Build QtPass
run: |
qmake qtpass.pro CONFIG+=static
- make
+ nmake
copy README.md src\release\README.txt
copy LICENSE src\release\LICENSE.txt
- name: Install Inno Setup