docs: update Flutter Web

use GITHUB_PATH instead of add-path
This commit is contained in:
Shohei Ueda
2020-10-07 13:30:37 +09:00
committed by GitHub
parent f15a311467
commit edd5ff366e

View File

@@ -958,7 +958,7 @@ jobs:
- name: Setup Flutter
run: |
git clone https://github.com/flutter/flutter.git --depth 1 -b beta _flutter
echo "::add-path::${GITHUB_WORKSPACE}/_flutter/bin"
echo "${GITHUB_WORKSPACE}/_flutter/bin" >> ${GITHUB_PATH}
- name: Install
run: |