Skip to content

Commit

Permalink
Update ubuntu-maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
G-eos committed Apr 29, 2024
1 parent f0ead2a commit 8540306
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ubuntu-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,10 @@ jobs:
run: mkdir swt-4.26-gtk-linux-`uname -m` && cd swt-4.26-gtk-linux-`uname -m` && unzip ../swt-4.26-gtk-linux-`uname -m`.zip && mvn install:install-file -Dfile=swt.jar -DgroupId=org.eclipse.swt -DartifactId=org.eclipse.swt.gtk.linux -Dpackaging=jar -Dversion=4.26
- name: Build with Maven
run: cd desktop/build-scripts/tuxguitar-linux-swt-deb && mvn -e clean verify -P native-modules
- name: package
run: dpkg -i target/tuxguitar-*.deb
- name: List files in the repository
run: |
ls desktop/build-scripts/tuxguitar-linux-swt-deb/target/
- uses: actions/upload-artifact@v4
with:
name: Package-Ubuntu
path: desktop/build-scripts/tuxguitar-linux-swt-deb/target/tuxguitar-*.deb
path: desktop/build-scripts/tuxguitar-linux-swt-deb/target/tuxguitar-9.99-SNAPSHOT-linux-swt.deb


# 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 8540306

Please sign in to comment.