ArtemSBulgakov / buildozer-action

GitHub Action to build your Python application with Buildozer
MIT License
73 stars 71 forks source link

where is apk file saved #26

Open obaidhsn opened 1 year ago

obaidhsn commented 1 year ago

After running buildozer it shows apk is saved in bin folder but no bin folder is present and I can't find the apk file. Where is it saved?

ArtemSBulgakov commented 1 year ago

Hello. You can get the path of saved file by using 'filename' output. https://github.com/ArtemSBulgakov/buildozer-action#outputs

ArtemSBulgakov commented 1 year ago

Try to run echo "${{ steps.buildozer.outputs.filename }}"