Skip to content

Commit

Permalink
Sneak around version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Sep 5, 2024
1 parent 7c59f36 commit 7a35241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Make MSIX Installer
if: contains(matrix.runner, 'windows')
run: |
mkdir build\windows\runner\Release
cp .\build\windows\x64\runner\Release\ build\windows\runner\Release\
flutter pub remove archive
flutter pub add -d msix:^3.0.0
mkdir publish
dart run msix:create
Expand Down

0 comments on commit 7a35241

Please sign in to comment.