From b86b761e0bdff7977ad7dcef8d5f97f275bf0964 Mon Sep 17 00:00:00 2001 From: marcus-daily <111281783+marcus-daily@users.noreply.github.com> Date: Tue, 6 May 2025 13:53:36 +0100 Subject: [PATCH] Fixing Yaml syntax --- .github/workflows/android.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index e28d02807..59a02f767 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -39,7 +39,7 @@ jobs: distribution: 'temurin' java-version: '17' - - name: Example app: Simple Chatbot + - name: "Example app: Simple Chatbot" working-directory: examples/simple-chatbot/client/android run: ./gradlew :simple-chatbot-client:assembleDebug @@ -49,7 +49,7 @@ jobs: name: Simple Chatbot Android Client path: examples/simple-chatbot/client/android/simple-chatbot-client/build/outputs/apk/debug/simple-chatbot-client-debug.apk - - name: Example app: Small WebRTC Client + - name: "Example app: Small WebRTC Client" working-directory: examples/p2p-webrtc/video-transform/client/android run: ./gradlew :small-webrtc-client:assembleDebug