flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

Automatically release CI build artifacts #230

Closed swift-kim closed 2 years ago

swift-kim commented 2 years ago

I'd like to automate the release process which is currently being manually done.

https://github.com/flutter-tizen/engine/releases

I'll take a look when I get some time but please feel free to work on this if you're interested. cc @WonyoungChoi

WonyoungChoi commented 2 years ago

Opps, I missed this issue. If the engine is rebuilt in the release workflow, probably many parts will be duplicated with the build workflow. Therefore, we need to consider re-organizing workflows for using Reusable workflow. https://docs.github.com/en/actions/using-workflows/reusing-workflows.