AndraxDev / speak-gpt

Your personal voice assistant based on OpenAI ChatGPT.
https://play.google.com/store/apps/details?id=org.teslasoft.assistant
Apache License 2.0
290 stars 59 forks source link

Ci/cd with GitHub actions #3

Closed posix4e closed 1 year ago

posix4e commented 1 year ago

Would it be ok if I published android packages using GitHub actions?

AndraxDev commented 1 year ago

Where did you published the packages?

AndraxDev commented 1 year ago

If you mean to publish android packages to play Store through automated github actions I can not consider your suggestions as packages must pass a lot of tests before it will be released. For example optimized and obfuscated packages may crash sometimes but normal packages will not. Also app must be tested on a different Android versions with different configurations and scenarios. Automated publishing is not supported in this case.