sparkfabrik / android-build-action

Build Android project, export .apk, optional upload to BrowserStack App Live.
MIT License
122 stars 21 forks source link

Error: `'cp '' /home/runner/work/app/app/apk-release.apk'` #10

Closed tachibana-shin closed 12 months ago

tachibana-shin commented 1 year ago

This happens when I use the autosign function of this action.

Report: https://github.com/anime-vsub/app/actions/runs/3255938756/jobs/5345830720

edodusi commented 1 year ago

It's kinda strange because GRADLE_APK_OUTPUT_PATH seems to be set. Happens everytime?

tachibana-shin commented 1 year ago

it will happen if i try to use action APK signing function it will work properly if i disable apk signing

luke-rogers commented 1 year ago

I ran into this issue when using build-type: bundle and gradle-task: assembleRelease. Changing to gradle-task: bundleRelease causes the abb to be built rather than the apk, fixing the issue.

Some documentation around this would be useful.