Browse Source

add to github path

Stephen 3 năm trước cách đây
mục cha
commit
4324897054
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.github/workflows/ci.yaml

@@ -37,7 +37,7 @@ jobs:
         run: |
           git clone https://github.com/flutter/flutter.git
           cd flutter
-          echo "export PATH=\$PATH:"`pwd`"/bin" >> ~/.profile
+          echo `pwd`"/bin" >> $GITHUB_PATH
           export PATH="$PATH:`pwd`/bin"
           flutter channel dev
           flutter config --enable-linux-desktop