Skip to content

Commit

Permalink
Use debug instead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweeistaken committed Jul 17, 2023
1 parent deea415 commit b944936
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 @@ -24,7 +24,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Create APK
run: ./gradlew assembleRelease
run: ./gradlew assembleDebug

- name: Rename APK
run: mv ./app/release/app-release.apk ./DiceApp-autobuild.apk
Expand Down

0 comments on commit b944936

Please sign in to comment.