fix(ci): make upload-artifact name unique (#12312)

This commit is contained in:
Chakru 2025-01-10 12:34:59 +05:30 committed by GitHub
parent 6dbabb2161
commit 3b827f356a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/**