Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Upgrade flutter to 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Darcraytore1 authored Jun 17, 2024
1 parent 27b7fa2 commit aa1f59d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.19.0
flutter-version: 3.22.0

- run: flutter clean
- run: flutter pub get
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.19.0
flutter-version: 3.22.0

- run: flutter clean
- run: flutter pub get
Expand All @@ -124,4 +124,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: windows_app
path: build\windows\x64\runner\Release
path: build\windows\x64\runner\Release

0 comments on commit aa1f59d

Please sign in to comment.