Skip to content

Commit

Permalink
Merge pull request #2156 from actonlang/unique-ci-artifacts
Browse files Browse the repository at this point in the history
Use unique names for test-linux matrix artifacts
  • Loading branch information
mzagozen authored Feb 7, 2025
2 parents 9d04df2 + 44b91d3 commit f8c9733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
- name: "Upload artifact"
uses: actions/upload-artifact@v4
with:
name: acton-${{ matrix.os }}-${{ matrix.version }}
name: acton-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.arch }}
path: ${{ github.workspace }}/acton-*
if-no-files-found: error
- name: "Run tests"
Expand All @@ -235,7 +235,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: test-debug-${{ matrix.os }}-${{ github.run_id }}.zip
name: test-debug-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.arch }}-${{ github.run_id }}.zip
path: |
${{ github.workspace }}/test
Expand Down

0 comments on commit f8c9733

Please sign in to comment.