File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ branding:
5
5
color : " blue"
6
6
inputs :
7
7
version :
8
- description : " The version to install: Default: 3.0.2 "
8
+ description : " The version to install: Default: latest "
9
9
required : false
10
- default : " 3.0.2 "
10
+ default : " latest "
11
11
channel :
12
12
description : " The version to install. Default: stable"
13
13
required : false
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ ARCH=$(echo "${RUNNER_ARCH:-x64}" | awk '{print tolower($0)}')
5
5
OS=$( echo " ${RUNNER_OS:- linux} " | awk ' {print tolower($0)}' )
6
6
7
7
# Args
8
- FLUTTER_VERSION=${1:- 3.0.2 }
9
- FLUTTER_CHANNEL=${2:- stable}
8
+ FLUTTER_VERSION=${1:- " latest " }
9
+ FLUTTER_CHANNEL=${2:- " stable" }
10
10
FLUTTER_OS=$OS
11
11
12
12
# Detect the latest version
You can’t perform that action at this time.
0 commit comments