AmrDeveloper / CodeView

Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
https://amrdeveloper.github.io/CodeView/
MIT License
384 stars 51 forks source link

Add Action to Upload apk to Artifacts #26

Closed m-anshuman2166 closed 2 years ago

m-anshuman2166 commented 2 years ago

This action will upload apk to artifacts after every build

Requires : You to add a repository secret named TOKEN with your github token as value

AmrDeveloper commented 2 years ago

Thanks, @m-anshuman2166 for your work on PR but please next time let's talk first about it on an issue,

Currently, we didn't need to build APK, and we need our CI to run fast without the need for APK, the library contributions can run the example app easily local,

Thanks Amr Hesham