Skip to content

Commit 2f73225

Browse files
committed
ci(windows): Skip rebuild for windows to build msix
1 parent a7942d4 commit 2f73225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: flutter pub cache clean -f
9090
- run: flutter build windows --dart-define-from-file=%ENV_FILE%
9191
- name: Build msix
92-
run: dart run msix:create --store --windows-build-args="--dart-define-from-file=%ENV_FILE%"
92+
run: dart run msix:create --store --build-windows=false
9393
- name: Prepare artifacts
9494
run: |
9595
mkdir ${{ github.workspace }}/artifacts

0 commit comments

Comments
 (0)