Skip to content

Commit

Permalink
fix typo2
Browse files Browse the repository at this point in the history
  • Loading branch information
G-eos authored May 4, 2024
1 parent 5bb6aa9 commit 12475df
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 && ./ gradlew assembleRelease
run: cd android/build-scripts/tuxguitar-android && ./gradlew && ./gradlew assembleRelease
# - uses: actions/upload-artifact@v4
# with:
# name: Package-Ubuntu
Expand Down

0 comments on commit 12475df

Please sign in to comment.