summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-15 17:49:15 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-16 00:43:59 +0200
commitc0271b3bff99f7746a8c7d0504d4db90001fdbb4 (patch)
tree8119fc2cc5a7bb477b148ddc7dafc4dd0758bdd6 /.github/workflows/build.yml
parent57ee0b34e09db2169e4ee0e095e8c46e0f5eba3d (diff)
CI: Update win64 artifact slug to match download page on website
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 164c92f10b..d47e0814f7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
buildenv_script: tools/windows_buildenv.bat
artifacts_name: Windows Installer
artifacts_path: build/*.msi
- artifacts_slug: windows-windows64
+ artifacts_slug: windows-win64
qt_qpa_platform: windows
env:
@@ -121,7 +121,7 @@ jobs:
name: ${{ matrix.name }}
outputs:
artifact-macos-macosintel: ${{ steps.prepare_deploy.outputs.artifact-macos-macosintel }}
- artifact-windows-windows64: ${{ steps.prepare_deploy.outputs.artifact-windows-windows64 }}
+ artifact-windows-win64: ${{ steps.prepare_deploy.outputs.artifact-windows-win64 }}
steps:
# sccache's handling of the /fp:fast MSVC compiler option is broken, so use our fork with the fix.