Skip to content

Commit 7c59f36

Browse files
committed
Copy files
1 parent 0ee0828 commit 7c59f36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
- name: Make MSIX Installer
6464
if: contains(matrix.runner, 'windows')
6565
run: |
66+
mkdir build\windows\runner\Release
67+
cp .\build\windows\x64\runner\Release\ build\windows\runner\Release\
6668
mkdir publish
6769
dart run msix:create
6870

0 commit comments

Comments
 (0)