Skip to content

Commit

Permalink
CI: Unique artifact name for Ubuntu tests (OSGeo#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 and neteler committed Nov 7, 2023
1 parent 5d61f71 commit 8b1818d
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 8b1818d

Please sign in to comment.