Skip to content

Commit

Permalink
fix(ci): make upload-artifact name unique (#12312)
Browse files Browse the repository at this point in the history
  • Loading branch information
chakru-r authored Jan 10, 2025
1 parent 6dbabb2 commit 3b827f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: Test Results (build)
name: Test Results (build) - ${{ matrix.command}}-${{ matrix.timezone }}
path: |
**/build/reports/tests/test/**
**/build/test-results/test/**
Expand Down

0 comments on commit 3b827f3

Please sign in to comment.