You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be pretty cool to automate things so I'll be making use of GitHub Actions. The plan is to create release branch and then run some flutter actions to build apk and ios after a push to release branch. Then upload the builds via upload artifact action and bundle them in a release with create release action. Also, we'll hopefully write some tests in the future so I'll be putting an action to run flutter test on each push to master branch.
The text was updated successfully, but these errors were encountered:
It would be pretty cool to automate things so I'll be making use of GitHub Actions. The plan is to create
release
branch and then run some flutter actions to build apk and ios after a push torelease
branch. Then upload the builds via upload artifact action and bundle them in a release with create release action. Also, we'll hopefully write some tests in the future so I'll be putting an action to runflutter test
on each push tomaster
branch.The text was updated successfully, but these errors were encountered: