Skip to content

Commit

Permalink
[CI] name build artifacts
Browse files Browse the repository at this point in the history
so we can run tests on other images
  • Loading branch information
3nids committed Jul 28, 2021
1 parent 3cd62b3 commit 57e2b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 57e2b72

Please sign in to comment.