Skip to content

Commit

Permalink
CI: Unique artifact name for Ubuntu tests (#2409)
Browse files Browse the repository at this point in the history
Now using config as the sufficiently unique name. This may be need to be changed in the future to something clearly unique like a new id variable. The name variable has spaces, so avoiding that for now.

Two artifacts are now generated, one for each job.
  • Loading branch information
wenzeslaus authored May 26, 2022
1 parent 28cb0b3 commit 6242733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: testreport-${{ matrix.os }}
name: testreport-${{ matrix.config }}
path: testreport
retention-days: 3

Expand Down

0 comments on commit 6242733

Please sign in to comment.