mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
update env name
This commit is contained in:
parent
49d7a2a9ae
commit
365543a8d9
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
OS_NAME=$(echo "$OS" | awk '{print tolower($0)}')
|
||||
OS_NAME=$(echo "$RUNNER_OS" | awk '{print tolower($0)}')
|
||||
MANIFEST_URL="https://storage.googleapis.com/flutter_infra_release/releases/releases_$OS_NAME.json"
|
||||
|
||||
# convert version like 2.5.x to 2.5
|
||||
|
|
Loading…
Reference in a new issue