From f21236b213782bfb40306c4d4c1ea852672a2cd4 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Thu, 1 Jun 2023 16:12:05 +0800 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 96dac8f..dc4bf0e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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