From b673b1ec644395bf067af6cde20366ee09f72f7e Mon Sep 17 00:00:00 2001 From: Nabil Mohammed Nalakath <32065631+nabilnalakath@users.noreply.github.com> Date: Sun, 13 Oct 2019 03:18:49 +0530 Subject: [PATCH] updated README Added a link to tutorial which demonstrates how to use this GitHub action in a flutter project. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4a5c19..0cd1831 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,4 @@ jobs: - run: flutter build apk ``` +For a step by step guide on implemenatation read the tutorial on [Medium](https://medium.com/better-programming/ci-cd-for-flutter-apps-using-github-actions-b833f8f7aac)