Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored May 17, 2023
1 parent e12dd60 commit cba495d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -133,4 +133,4 @@ jobs:
run: flutter pub get
- name: Start Web Build
working-directory: ./example
run: flutter build web
run: flutter build web

0 comments on commit cba495d

Please sign in to comment.