File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ jobs:
2626 - name : Grant execute permission for gradlew
2727 run : chmod +x gradlew
2828
29- - name : Build Release APK
30- run : ./gradlew assembleRelease --stacktrace
29+ - name : Build Debug APK
30+ run : ./gradlew assembleDebug --stacktrace
3131
3232 - name : Rename APK
3333 run : |
34- mv app/build/outputs/apk/release /app-release-unsigned .apk app/build/outputs/apk/release /patchwork-${{ github.ref_name }}.apk
34+ mv app/build/outputs/apk/debug /app-debug .apk app/build/outputs/apk/debug /patchwork-${{ github.ref_name }}.apk
3535
3636 - name : Create Release
3737 uses : softprops/action-gh-release@v1
3838 with :
39- files : app/build/outputs/apk/release /patchwork-${{ github.ref_name }}.apk
39+ files : app/build/outputs/apk/debug /patchwork-${{ github.ref_name }}.apk
4040 generate_release_notes : true
4141 draft : false
4242 prerelease : false
You can’t perform that action at this time.
0 commit comments