Skip to content

Commit

Permalink
Fix filename for artifacts
Browse files Browse the repository at this point in the history
Introduced in a0eb055
  • Loading branch information
Jakuje committed Feb 1, 2024
1 parent abc7e0b commit 30a6d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-strict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/upload-artifact@v3
if: failure()
with:
name: ${{ matrix.name }}-%{{ matrix.compiler }}-strict-test-logs
name: ${{ matrix.name }}-${{ matrix.compiler }}-strict-test-logs
path: |
config.log
tests/*.log
Expand Down

0 comments on commit 30a6d60

Please sign in to comment.