Skip to content

Commit

Permalink
Make artifact name unique
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 13, 2024
1 parent 4b2d747 commit d63fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: "Upload artifacts"
uses: actions/upload-artifact@v4
with:
name: native-artifacts
name: native-artifacts-${{ matrix.name }}
path: |
artifacts/
Expand Down

0 comments on commit d63fe4d

Please sign in to comment.