Skip to content

Commit

Permalink
Make artifact name unique
Browse files Browse the repository at this point in the history
Multiple uploads to the same artifact name will overwrite previous versions.
  • Loading branch information
oxve committed May 23, 2024
1 parent b9af629 commit d23c608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/on_device_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:
uses: actions/upload-artifact@v3
if: env.TEST_TYPE == 'unit_test'
with:
name: logs
name: ${{ matrix.platform }}_${{ matrix.shard }} logs
path: |
${RESULTS_PATH}/
!${RESULTS_PATH}/*.zip
Expand Down

0 comments on commit d23c608

Please sign in to comment.