Skip to content

Commit

Permalink
Fix to avoid artifact conflict name
Browse files Browse the repository at this point in the history
  • Loading branch information
G-eos authored Apr 29, 2024
1 parent 7d94fa0 commit 49d799b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: cd desktop/build-scripts/tuxguitar-macosx-swt-cocoa && mvn -e clean verify
- uses: actions/upload-artifact@v4
with:
name: Package-MacOS
name: Package-MacOS-${{ matrix.os }}
path: desktop/build-scripts/tuxguitar-macosx-swt-cocoa/target/tuxguitar-9.99-SNAPSHOT-macosx-swt-cocoa.app


Expand Down

0 comments on commit 49d799b

Please sign in to comment.