Skip to content

Commit

Permalink
fix: unique artifcat names
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimk committed Jun 8, 2024
1 parent 13105f7 commit a189b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Publish release artifacts
uses: actions/upload-artifact@v4
with:
name: elgato-light-${{ matrix.platform.os }}
name: elgato-light-${{ matrix.platform.target }}
path: "elgato-light-*"

- name: Publish GitHub release
Expand Down

0 comments on commit a189b35

Please sign in to comment.