Skip to content

Commit

Permalink
Enable Windows desktop support
Browse files Browse the repository at this point in the history
  • Loading branch information
byackee committed Oct 23, 2024
1 parent 57a8b20 commit 8c07af3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/flutter-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.3'

- name: Verify Flutter installation
run: flutter --version

- name: Enable Windows desktop support
run: |
flutter config --enable-windows-desktop
flutter create .
- name: Install dependencies
run: flutter pub get
Expand All @@ -36,7 +38,7 @@ jobs:
run: flutter build windows

- name: Upload Windows build
uses: actions/upload-artifact@v3 # Mise à jour vers la version v3
uses: actions/upload-artifact@v3
with:
name: windows-build
path: build/windows/runner/Release/

0 comments on commit 8c07af3

Please sign in to comment.