ArtemSBulgakov / buildozer-action

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

move_binary.py not in sync with README example for pushing to data branch #3

Closed fuzzyTew closed 3 years ago

fuzzyTew commented 3 years ago
Run python master/.ci/move_binary.py "master/bin/codingtherapy-0.1-armeabi-v7a-debug.apk" master data
Traceback (most recent call last):
  File "master/.ci/move_binary.py", line 12, in <module>
    directory = sys.argv[4]
IndexError: list index out of range
Error: Process completed with exit code 1.
ArtemSBulgakov commented 3 years ago

Hi. Thank you for your issue and sorry for waiting. I've updated script and example in Readme.