Skip to content

Commit b522180

Browse files
committed
Update action.sh
1 parent c3921f5 commit b522180

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/bin/bash
2-
3-
# Options
42
ARCH=$(echo "${RUNNER_ARCH:-x64}" | awk '{print tolower($0)}')
53
OS=$(echo "${RUNNER_OS:-linux}" | awk '{print tolower($0)}')
64

@@ -9,6 +7,7 @@ FLUTTER_VERSION=${1:-"latest"}
97
FLUTTER_CHANNEL=${2:-"stable"}
108
FLUTTER_OS=$OS
119

10+
# Flutter SDK release manifest
1211
FLUTTER_RELEASE_URL="https://storage.googleapis.com/flutter_infra_release/releases"
1312
FLUTTER_RELEASE_MANIFEST_URL="https://storage.googleapis.com/flutter_infra_release/releases/releases_$FLUTTER_OS.json"
1413
FLUTTER_RELEASE_MANIFEST_FILE="${RUNNER_TEMP}/flutter_release.json"

0 commit comments

Comments
 (0)