Skip to content

Commit

Permalink
Try as done in tuxguitar build script
Browse files Browse the repository at this point in the history
  • Loading branch information
G-eos authored May 4, 2024
1 parent 0963d98 commit 00a647b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
distribution: 'temurin'
cache: gradle
- name: Build the app
run: cd android/build-scripts/tuxguitar-android && ./gradlew build --info --scan
run: cd android/build-scripts/tuxguitar-android && ./gradlew && ./ gradelw assembleRelease
# - uses: actions/upload-artifact@v4
# with:
# name: Package-Ubuntu
Expand Down

0 comments on commit 00a647b

Please sign in to comment.