Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julieminer authored May 10, 2024
1 parent 8b357ee commit a6de849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
gradlePath: app/build.gradle # or app/build.gradle.kts
versionCode: ${{github.run_number}}
- name: Build Release APK
run: ./gradlew assembleRelease
run: ./gradlew assembleDebug
- name: Releasing using Hub
uses: sangatdesai/release-apk@main
env:
Expand Down

0 comments on commit a6de849

Please sign in to comment.