Skip to content

Commit

Permalink
Add architecture to log artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Sep 30, 2024
1 parent 6083d14 commit 02e0d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snap-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: logs
name: logs_${{matrix.runs.architecture}}
path: tests/logs/*.log

promote-beta:
Expand Down

0 comments on commit 02e0d3c

Please sign in to comment.