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 0ee0828 commit 7c59f36Copy full SHA for 7c59f36
.github/workflows/build.yml
@@ -63,6 +63,8 @@ jobs:
63
- name: Make MSIX Installer
64
if: contains(matrix.runner, 'windows')
65
run: |
66
+ mkdir build\windows\runner\Release
67
+ cp .\build\windows\x64\runner\Release\ build\windows\runner\Release\
68
mkdir publish
69
dart run msix:create
70
0 commit comments