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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ jobs:
- name: Setup Flutter - name: Setup Flutter
run: | run: |
git clone https://github.com/flutter/flutter.git --depth 1 -b beta _flutter 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 - name: Install
run: | run: |