Skip to content

Commit

Permalink
Fix duplicate artifact name android-device-test (#2825)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Sep 11, 2024
1 parent f54e43c commit a0580a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-device-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
if: failure() && env.run_device_test == 'true'
uses: actions/upload-artifact@v4
with:
name: test-artifacts
name: "Test Artifacts ${{ matrix.test.name }}"
path: test_artifacts.zip

- name: Generate another token (previous one could have expired)
Expand Down

0 comments on commit a0580a6

Please sign in to comment.