[CI] name build artifacts

so we can run tests on other images
This commit is contained in:
Denis Rouzaud 2021-07-28 14:44:35 +02:00 committed by Nyall Dawson
parent e44d14e75b
commit bb119aa979

View File

@ -176,7 +176,7 @@ jobs:
- uses: actions/upload-artifact@v2.2.4
if: ${{ matrix.run-tests }}
with:
name: build.tgz
name: build-${{ matrix.distro-version }}-qt${{ matrix.qt-version }}.tgz
path: ./build.tgz
retention-days: 1
@ -366,7 +366,7 @@ jobs:
- name: Download build artifact
uses: actions/download-artifact@v2
with:
name: build.tgz
name: build-${{ matrix.distro-version }}-qt${{ matrix.qt-version }}.tgz
path: .
- name: Extract build artifact