Skip to content

Commit

Permalink
Fix name collision in upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
thedataking committed Mar 19, 2024
1 parent 0cd22fe commit 78c048b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: meson-test-logs
name: meson-test-logs-${{ matrix.target }}
path: |
${{ github.workspace }}/build/meson-logs/testlog.txt

0 comments on commit 78c048b

Please sign in to comment.