Skip to content

Commit

Permalink
Fix duplicate artifact error
Browse files Browse the repository at this point in the history
Fix error `Conflict: an artifact with this name already exists on the workflow run`
  • Loading branch information
adidenko committed Jun 20, 2024
1 parent 7d5f64b commit d4a8641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: packages
name: packages-${{ matrix.os }}
path: |
output/*
Expand Down

0 comments on commit d4a8641

Please sign in to comment.