Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Give artifact unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Feb 12, 2024
1 parent d398b64 commit 4ca4d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload xcresult
uses: actions/upload-artifact@v4
with:
name: test-xcresult
name: ${{ matrix.platform }}-test-xcresult
path: "*.xcresult"
if-no-files-found: error
retention-days: 7

0 comments on commit 4ca4d1e

Please sign in to comment.