We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d478693 commit 9236406Copy full SHA for 9236406
.github/workflows/release.yml
@@ -105,7 +105,7 @@ jobs:
105
- name: Enable flutter_distributor
106
run: |
107
dart pub global activate flutter_distributor
108
- set path=%PATH%;${{ env.PUB_CACHE }}\bin
+ setx "Path" "%Path%;${{ env.PUB_CACHE }}\bin;" /m
109
- name: Build msix package
110
111
flutter_distributor package --platform windows --targets msix
0 commit comments