Update build.yaml

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