We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3921f5 commit b522180Copy full SHA for b522180
action.sh
@@ -1,6 +1,4 @@
1
#!/bin/bash
2
-
3
-# Options
4
ARCH=$(echo "${RUNNER_ARCH:-x64}" | awk '{print tolower($0)}')
5
OS=$(echo "${RUNNER_OS:-linux}" | awk '{print tolower($0)}')
6
@@ -9,6 +7,7 @@ FLUTTER_VERSION=${1:-"latest"}
9
7
FLUTTER_CHANNEL=${2:-"stable"}
10
8
FLUTTER_OS=$OS
11
+# Flutter SDK release manifest
12
FLUTTER_RELEASE_URL="https://storage.googleapis.com/flutter_infra_release/releases"
13
FLUTTER_RELEASE_MANIFEST_URL="https://storage.googleapis.com/flutter_infra_release/releases/releases_$FLUTTER_OS.json"
14
FLUTTER_RELEASE_MANIFEST_FILE="${RUNNER_TEMP}/flutter_release.json"
0 commit comments