summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 74e47350..2ae137ef 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,6 +24,8 @@ 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