Skip to content

Commit

Permalink
fix: rename uploaded artifact to include matrix name
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesimpson36 committed Oct 24, 2024
1 parent 00789da commit 2ba9551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: pod-logs-${{ matrix.os }}
name: pod-logs-${{ matrix.distro.platform }}-{{ matrix.scenario.flow }}
path: ./logs/*
retention-days: 1

Expand Down

0 comments on commit 2ba9551

Please sign in to comment.