Skip to content

Commit

Permalink
[Test] change the order to build exe first in build_windows_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
canxin121 committed Sep 28, 2024
1 parent a240e75 commit f265ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Distribute Packages
run: |
dart pub global activate --source git https://github.com/canxin121/flutter_distributor --git-ref temp --git-path packages/flutter_distributor
flutter_distributor package --platform windows --targets msix,exe
flutter_distributor package --platform windows --targets exe,msix
- name: Rename Packages
run: |
Expand Down

0 comments on commit f265ef3

Please sign in to comment.