Skip to content

Commit edd5ff3

Browse files
authored
docs: update Flutter Web
use GITHUB_PATH instead of add-path
1 parent f15a311 commit edd5ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ jobs:
958958
- name: Setup Flutter
959959
run: |
960960
git clone https://github.com/flutter/flutter.git --depth 1 -b beta _flutter
961-
echo "::add-path::${GITHUB_WORKSPACE}/_flutter/bin"
961+
echo "${GITHUB_WORKSPACE}/_flutter/bin" >> ${GITHUB_PATH}
962962
963963
- name: Install
964964
run: |

0 commit comments

Comments
 (0)