mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
[CI] name build artifacts
so we can run tests on other images
This commit is contained in:
parent
e44d14e75b
commit
bb119aa979
4
.github/workflows/run-tests.yml
vendored
4
.github/workflows/run-tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user