Skip to content

Commit

Permalink
Update flutter.yml
Browse files Browse the repository at this point in the history
delete run build windows
  • Loading branch information
Sivan22 authored Sep 4, 2024
1 parent c4d3ef9 commit 5e77369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
with:
channel: stable
cache: true
- run: flutter build windows
- run: dart run msix:create
- name: Upload windows build
uses: actions/upload-artifact@v4
Expand All @@ -37,6 +36,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
- run: flutter build linux


build_android:
runs-on: windows-latest
Expand Down

0 comments on commit 5e77369

Please sign in to comment.