Skip to content

Commit

Permalink
Add artifact & remove temp file
Browse files Browse the repository at this point in the history
  • Loading branch information
G-eos committed May 1, 2024
1 parent 8fcfd32 commit 9c2a57e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/freebsd-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
mvn install:install-file -Dfile=/usr/local/share/java/classes/swt.jar -DgroupId=org.eclipse.swt -DartifactId=org.eclipse.swt.gtk.freebsd -Dpackaging=jar -Dversion=4.21
cd desktop/build-scripts/tuxguitar-freebsd-swt && mvn -e clean verify -P native-modules
# - uses: actions/upload-artifact@v4
# with:
# name: Package-FreeBSD
# path: desktop/build-scripts/tuxguitar-macosx-swt-cocoa/target/tuxguitar-9.99-SNAPSHOT-macosx-swt-cocoa.app
- uses: actions/upload-artifact@v4
with:
name: Package-FreeBSD
path: desktop/build-scripts/tuxguitar-freebsd-swt/target/tuxguitar-9.99-SNAPSHOT-*


# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
Expand Down

0 comments on commit 9c2a57e

Please sign in to comment.