mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-11 10:08:02 -06:00
fix: Update flutter version
This commit is contained in:
1
.github/workflows/create-github-release.yml
vendored
1
.github/workflows/create-github-release.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
||||
- name: Clone flutter repository
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.13.3'
|
||||
channel: stable
|
||||
- run: flutter doctor -v
|
||||
|
||||
|
||||
2
.github/workflows/create_release.yml
vendored
2
.github/workflows/create_release.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
- name: Clone flutter repository
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.10.0'
|
||||
flutter-version: '3.13.3'
|
||||
channel: stable
|
||||
- run: flutter doctor -v
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ jobs:
|
||||
- name: Clone flutter repository
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.13.3'
|
||||
channel: stable
|
||||
- run: flutter doctor -v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user