Skip to content

Commit

Permalink
🐛 test windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Apr 12, 2024
1 parent b90c8a0 commit cb2560a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ jobs:
flutter config --enable-windows-desktop
flutter build windows
cd build/windows/x64/runner/Release
Compress-Archive * ../../../../build/windows.zip
cd ../../../..
Compress-Archive * ../../../../../build/windows.zip
cd ../../../../..
- name: Build (macos)
if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'macos'
Expand Down

0 comments on commit cb2560a

Please sign in to comment.