Skip to content

Commit

Permalink
Fix duplicated CI logs
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
  • Loading branch information
stv0g committed Feb 22, 2024
1 parent a1aa8df commit 693766e
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 693766e

Please sign in to comment.