Skip to content

Commit

Permalink
docs: update Flutter Web
Browse files Browse the repository at this point in the history
use GITHUB_PATH instead of add-path
  • Loading branch information
peaceiris committed Oct 7, 2020
1 parent f15a311 commit edd5ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit edd5ff3

Please sign in to comment.