mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-09 00:17:27 -05: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
|
- uses: actions/upload-artifact@v2.2.4
|
||||||
if: ${{ matrix.run-tests }}
|
if: ${{ matrix.run-tests }}
|
||||||
with:
|
with:
|
||||||
name: build.tgz
|
name: build-${{ matrix.distro-version }}-qt${{ matrix.qt-version }}.tgz
|
||||||
path: ./build.tgz
|
path: ./build.tgz
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
@ -366,7 +366,7 @@ jobs:
|
|||||||
- name: Download build artifact
|
- name: Download build artifact
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: build.tgz
|
name: build-${{ matrix.distro-version }}-qt${{ matrix.qt-version }}.tgz
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
- name: Extract build artifact
|
- name: Extract build artifact
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user