Flutter & Github actions for a signed APK

Build and test your flutter app with github actions

Daniel Llewellyn
3 min readNov 27, 2019

For the full solution, see:

Let’s begin. Navigate to your github project, and click the actions tab

Click ‘New workflow’

Click setup a workflow yourself

Copy the following code into the editor window

And click ‘Start commit’

Generate a signed APK — Android

This works fine, for the simple use cases of run flutter build as an APK and testing. If we want to generate a signed APK and have that artifacted. We need to add some extra steps.

First, if you haven’t got one already generate a signing key

--

--