Skip to content

Commit 0ee3112

Browse files
a
1 parent 81641cd commit 0ee3112

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/flutter-ci.windows.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ jobs:
5454
run: flutter build windows --release
5555

5656
- name: Build MSIX package
57-
run: flutter pub run msix:create
57+
run: |
58+
$env:MSIX_CERTIFICATE_PATH="${{ env.CERT_PATH }}"
59+
$env:MSIX_CERTIFICATE_PASSWORD="${{ env.CERT_PASSWORD }}"
60+
flutter pub run msix:create
5861
5962
# Publish the build artifacts
6063
- name: Get application version

0 commit comments

Comments
 (0)