Skip to content

Commit

Permalink
add unique artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigch committed Feb 17, 2025
1 parent 9a1fd20 commit df8deb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ddc-tcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: upload_hashes
uses: actions/upload-artifact@v4
with:
name: hashes
name: ${{ matrix.os }}.txt
path: /tmp/${{ matrix.os }}.txt
- name: Create tar
if: ${{ github.event.inputs.upload-results == 'true' }}
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Fetch hashes
uses: actions/download-artifact@v4
with:
name: hashes
path: hashes
pattern: *.txt
- run: |
cat hashes/*

0 comments on commit df8deb0

Please sign in to comment.