Skip to content

Commit

Permalink
Merge pull request #8 from cunicu/fix-ci-logs
Browse files Browse the repository at this point in the history
Fix duplicated CI logs
  • Loading branch information
stv0g authored Feb 22, 2024
2 parents ca3100e + 693766e commit 8fb0fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: test-log
name: test-log-${{ matrix.os }}
path: gotest.log
if-no-files-found: error

Expand Down

0 comments on commit 8fb0fd6

Please sign in to comment.