Skip to content

Commit 9236406

Browse files
committed
build(Action): 更新 windows path
1 parent d478693 commit 9236406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Enable flutter_distributor
106106
run: |
107107
dart pub global activate flutter_distributor
108-
set path=%PATH%;${{ env.PUB_CACHE }}\bin
108+
setx "Path" "%Path%;${{ env.PUB_CACHE }}\bin;" /m
109109
- name: Build msix package
110110
run: |
111111
flutter_distributor package --platform windows --targets msix

0 commit comments

Comments
 (0)