Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
Build debug apk without custom key
  • Loading branch information
etidoUP committed Nov 3, 2023
1 parent 3082c6d commit 19c3d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Build debug APK
run: ./gradlew assembleDebug

0 comments on commit 19c3d21

Please sign in to comment.