From 352a1b89930a33b8a1410edf630b0194589dbe18 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Sat, 8 Apr 2023 02:51:58 +0530 Subject: [PATCH] chore(sample-app): update workflow Signed-off-by: xsahil03x --- .github/workflows/build.yml | 2 +- .github/workflows/build_nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e74bc5e..012b806 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Ruby and Gems uses: ruby/setup-ruby@v1 with: - working-directory: stream_chat_v1/ios + working-directory: packages/stream_chat_v1/ios bundler-cache: true - name: Copy production config diff --git a/.github/workflows/build_nightly.yml b/.github/workflows/build_nightly.yml index 654ff4f..94ce4c5 100644 --- a/.github/workflows/build_nightly.yml +++ b/.github/workflows/build_nightly.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Ruby and Gems uses: ruby/setup-ruby@v1 with: - working-directory: stream_chat_v1/ios + working-directory: packages/stream_chat_v1/ios bundler-cache: true - name: Install firebase-tools