aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-05-09 21:57:17 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2021-05-10 13:19:30 +0000
commite71a66701ad6d86711b5396c134c9776972563e7 (patch)
tree1f7897d5398375a628302fb9a6fe605c49f5b7f6 /.github
parentc2b7dd88e2f3ac5ebed99301ec8f847ffaedcb87 (diff)
GitHub actions: fix path to mingw archive
This amends 4206f5d2697729436bd9cfb7bfee869c275283be. Change-Id: I14b8df04783af0d5adb7aa98593ccaba8c2844bf Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3b7b86d95..73d08027c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -225,7 +225,7 @@ jobs:
modules.cpp.compilerWrapper:ccache
modules.qbsbuildconfig.enableAddressSanitizer:false
modules.qbsbuildconfig.enableBundledQt:true
- products.qbs_archive.targetName:qbs-windows-${{ github.run_id }}
+ products.qbs_archive.targetName:qbs-windows-mingw-${{ github.run_id }}
products.qbs_archive.includeTests:true,
QT_ASSUME_STDERR_HAS_CONSOLE: 1
WITH_TESTS: 0