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 81641cd commit 0ee3112Copy full SHA for 0ee3112
.github/workflows/flutter-ci.windows.yml
@@ -54,7 +54,10 @@ jobs:
54
run: flutter build windows --release
55
56
- name: Build MSIX package
57
- run: flutter pub run msix:create
+ run: |
58
+ $env:MSIX_CERTIFICATE_PATH="${{ env.CERT_PATH }}"
59
+ $env:MSIX_CERTIFICATE_PASSWORD="${{ env.CERT_PASSWORD }}"
60
+ flutter pub run msix:create
61
62
# Publish the build artifacts
63
- name: Get application version
0 commit comments