summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2021-12-09 18:56:48 +0100
committerCristian Adam <cristian.adam@qt.io>2021-12-10 09:02:09 +0000
commit1bd4355bb9d0c3e867a4825f7261e44ef9ecbe89 (patch)
treee81e07c6a4ebd27cd4f236b4c50de884a48821be /.github
parentcfdf61367998cf1107d0680d2c74f1fd21900b12 (diff)
downloadqt-creator-1bd4355bb9d0c3e867a4825f7261e44ef9ecbe89.tar.gz
GitHub Actions: Fix upload of release artifacts
For the tagged release commits two artifacts were missing, see: https://github.com/qt-creator/qt-creator/actions/runs/1529947256 This commit fixes this. Change-Id: Idd046426aa4793194a43d235ff47caa6a02e1957 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 91f70ca05e..ea6f1d77a5 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -709,14 +709,14 @@ jobs:
- name: Download qtcreatorcdbext artifact
if: matrix.config.artifact == 'Windows-MSVC'
- uses: actions/upload-artifact@v2
+ uses: actions/download-artifact@v2
with:
name: qtcreatorcdbext-${{ matrix.config.artifact }}-${{ github.run_id }}.7z
path: ./
- name: Download disk image artifact
if: matrix.config.artifact == 'macOS'
- uses: actions/upload-artifact@v2
+ uses: actions/download-artifact@v2
with:
name: qt-creator-${{ matrix.config.artifact }}-${{ github.run_id }}.dmg
path: ./