Skip to content

Commit 7a35241

Browse files
committed
Sneak around version constraint
1 parent 7c59f36 commit 7a35241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +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\
66+
flutter pub remove archive
67+
flutter pub add -d msix:^3.0.0
6868
mkdir publish
6969
dart run msix:create
7070

0 commit comments

Comments
 (0)