mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-15 11:48:21 +00:00
chore: downgrade flutter
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: stable
|
||||
flutter-version: 3.32.0
|
||||
flutter-version: 3.29.3
|
||||
- run: flutter pub get
|
||||
- run: flutter build appbundle
|
||||
env:
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: stable
|
||||
flutter-version: 3.32.0
|
||||
flutter-version: 3.29.3
|
||||
- run: flutter pub get
|
||||
- name: Build apk
|
||||
env:
|
||||
|
Reference in New Issue
Block a user