Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Jun 1, 2023
1 parent c1af0bd commit f21236b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
channel: 'stable'
- name: Install project dependencies
run: flutter pub get
- name: Start Android Build
- name: Build for Android
working-directory: ./example
run: flutter build apk

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
channel: 'stable'
- name: Install project dependencies
run: flutter pub get
- name: Build for windows
- name: Build for Windows
working-directory: ./example
run: flutter build windows --release

Expand All @@ -91,7 +91,7 @@ jobs:
channel: 'stable'
- name: Install project dependencies
run: flutter pub get
- name: Build for windows
- name: Build for macOS
working-directory: ./example
run: flutter build macos --release

Expand All @@ -114,7 +114,7 @@ jobs:
run: sudo apt-get update
- name: Install ninja-build libgtk-3-dev
run: sudo apt-get install -y ninja-build libgtk-3-dev
- name: Start Linux Build
- name: Build for Linux
working-directory: ./example
run: flutter build linux

Expand All @@ -133,6 +133,6 @@ jobs:
channel: 'stable'
- name: Install project dependencies
run: flutter pub get
- name: Start Web Build
- name: Build for Web
working-directory: ./example
run: flutter build web

0 comments on commit f21236b

Please sign in to comment.