From ed388baf1d5404fd6ef3c54c2f82e6159150b60f Mon Sep 17 00:00:00 2001 From: Alif Rachmawadi Date: Sat, 24 Jun 2023 16:31:51 +0700 Subject: [PATCH] fixes #224; update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c678284..99d5c54 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ steps: channel: 'stable' cache: true cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' # optional, change this to force refresh cache - cache-path: ${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch: # optional, change this to specify the cache path + cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' # optional, change this to specify the cache path architecture: x64 # optional, x64 or arm64 - run: flutter --version ```