We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7942d4 commit 2f73225Copy full SHA for 2f73225
.github/workflows/build-apps.yml
@@ -89,7 +89,7 @@ jobs:
89
run: flutter pub cache clean -f
90
- run: flutter build windows --dart-define-from-file=%ENV_FILE%
91
- name: Build msix
92
- run: dart run msix:create --store --windows-build-args="--dart-define-from-file=%ENV_FILE%"
+ run: dart run msix:create --store --build-windows=false
93
- name: Prepare artifacts
94
run: |
95
mkdir ${{ github.workspace }}/artifacts
0 commit comments