From e19b9299266c78547fc756d5cc2c1f607895115c Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Mon, 1 Apr 2024 04:07:07 +0200 Subject: [PATCH] update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 46c0efcf..d8f82e53 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ macOS. The following sections show how to configure this action. +Maintainers: [Alif Rachmawadi] (original creator), [Bartek Pacia] + ## Specifying Flutter version ### Use specific version and channel @@ -63,6 +65,8 @@ steps: > Using `flutter-version-file` requires [`yq`][https://github.com/mikefarah/yq], > which is not pre-installed in `windows` images. Install it yourself. +### Use latest release for particular channel + ```yaml steps: - name: Clone repository @@ -279,3 +283,6 @@ steps: echo PUB-CACHE-PATH=${{ steps.flutter-action.outputs.PUB-CACHE-PATH }} echo PUB-CACHE-KEY=${{ steps.flutter-action.outputs.PUB-CACHE-KEY }} ``` + +[Alif Rachmawadi]: https://github.com/subosito +[Bartek Pacia]: https://github.com/bartekpacia