hhru / android-multimodule-plugin

MIT License
157 stars 20 forks source link

Build plugin release file on each push in master #46

Closed LionZXY closed 2 years ago

LionZXY commented 2 years ago

Hi! I have some experience with CI/CD setup and want to add auto-build to this project via GitHub Actions. For each push, I propose to create Github release.

In that way everyone doesn't need to build plugins from source, just download from releases latest version.

I just want to make sure that the community might need it. Do you mind if I do this?

chdown commented 2 years ago

+1,or you can publish to the plug-in marketplace,because i use idea build this plugin,Encountered many configuration problems

PStrelchenko commented 2 years ago

Hi, @LionZXY !

If you can implement it - we will be happy =) We didn't research Github Actions setup for our plugins, but we can discuss it with you and help you.

PStrelchenko commented 2 years ago

Fixed in https://github.com/hhru/android-multimodule-plugin/pull/47

Thanks, @LionZXY !