Skip to content

Commit

Permalink
Update macos-maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
G-eos authored Nov 9, 2024
1 parent 0fff4a7 commit e275cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
run: mkdir swt-4.14-cocoa-macosx-`uname -m` && cd swt-4.14-cocoa-macosx-`uname -m` && unzip ../swt-4.14-cocoa-macosx-`uname -m`.zip && mvn install:install-file -Dfile=swt.jar -DgroupId=org.eclipse.swt -DartifactId=org.eclipse.swt.cocoa.macosx -Dpackaging=jar -Dversion=4.14
- name: Build with Maven
run: cd desktop/build-scripts/tuxguitar-macosx-swt-cocoa && mvn -e clean verify
run: which java
run: ls -alh `which java`
- name: Where are we
run: which java && ls -alh `which java`
- uses: actions/upload-artifact@v4
with:
name: Package-MacOS-${{ matrix.os }}
Expand Down

0 comments on commit e275cb5

Please sign in to comment.