Update build.yaml

This commit is contained in:
CloudWebRTC
2023-05-17 13:46:58 +08:00
committed by GitHub
parent e12dd60f5f
commit cba495d104
+4 -4
View File
@@ -8,7 +8,7 @@ on:
jobs: jobs:
dart-format-and-analyze-check: dart-format-and-analyze-check:
name: Dart Format Check name: Dart Format/Analyze/Test Check
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -66,7 +66,7 @@ jobs:
run: flutter build ios --release --no-codesign run: flutter build ios --release --no-codesign
build-for-windows: build-for-windows:
name: Build for flutter Windows name: Build for Flutter Windows
runs-on: windows-latest runs-on: windows-latest
steps: steps:
@@ -81,7 +81,7 @@ jobs:
run: flutter build windows --release run: flutter build windows --release
build-for-macos: build-for-macos:
name: Build for flutter macOS name: Build for Flutter macOS
runs-on: macos-latest runs-on: macos-latest
steps: steps:
@@ -133,4 +133,4 @@ jobs:
run: flutter pub get run: flutter pub get
- name: Start Web Build - name: Start Web Build
working-directory: ./example working-directory: ./example
run: flutter build web run: flutter build web