mirror of
https://github.com/SyncrowIOT/web.git
synced 2026-03-10 22:31:46 +00:00
Compare commits
6 Commits
deletes_un
...
upgrade-fl
| Author | SHA1 | Date | |
|---|---|---|---|
| fe3b5263a3 | |||
| c3a0c48501 | |||
| 5203491d15 | |||
| c379cfaed0 | |||
| d971479256 | |||
| 7109f3712a |
@ -21,13 +21,13 @@ jobs:
|
||||
- name: Set up Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.27.3' # Specify the Flutter version you want to use
|
||||
flutter-version: '3.32.1' # Specify the Flutter version you want to use
|
||||
|
||||
- name: Install dependencies
|
||||
run: flutter pub get
|
||||
|
||||
- name: Build Flutter Web App
|
||||
run: flutter build web --web-renderer canvaskit -t lib/main.dart
|
||||
run: flutter build web --release -t lib/main.dart
|
||||
|
||||
- name: Build And Deploy
|
||||
id: builddeploy
|
||||
|
||||
@ -19,13 +19,13 @@ jobs:
|
||||
- name: Set up Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.27.3' # Specify the Flutter version you want to use
|
||||
flutter-version: '3.32.1' # Specify the Flutter version you want to use
|
||||
|
||||
- name: Install dependencies
|
||||
run: flutter pub get
|
||||
|
||||
- name: Build Flutter Web App
|
||||
run: flutter build web --web-renderer canvaskit -t lib/main_dev.dart
|
||||
run: flutter build web --release -t lib/main_dev.dart
|
||||
|
||||
- name: Build And Deploy
|
||||
id: builddeploy
|
||||
|
||||
4
.github/workflows/pr-check.yml
vendored
4
.github/workflows/pr-check.yml
vendored
@ -20,10 +20,10 @@ jobs:
|
||||
- name: Set up Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.27.3'
|
||||
flutter-version: '3.32.1'
|
||||
|
||||
- name: Install dependencies
|
||||
run: flutter pub get
|
||||
|
||||
- name: Run Flutter Build
|
||||
run: flutter build web --web-renderer canvaskit -t lib/main_dev.dart
|
||||
run: flutter build web --release -t lib/main_dev.dart
|
||||
|
||||
Reference in New Issue
Block a user