From 0df8a8bc16613e35dd2ffa3067d8add5f4ad9e4f Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Sun, 19 Nov 2023 01:27:41 +0200 Subject: [PATCH] fix workflow expecting with wrong directory --- .github/workflows/deploy_to_playstore.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy_to_playstore.yml b/.github/workflows/deploy_to_playstore.yml index 812dc2d..b7e2da4 100644 --- a/.github/workflows/deploy_to_playstore.yml +++ b/.github/workflows/deploy_to_playstore.yml @@ -22,7 +22,6 @@ jobs: with: ruby-version: '3.2.1' bundler-cache: true - working-directory: ./android - name: Setup Java uses: actions/setup-java@v3 with: @@ -49,5 +48,4 @@ jobs: BROQROLI_KEY: ${{ secrets.BROQROLI_ANDROID_KEYSTORE_KEY_ALIAS }} BROQROLI_PASS: ${{ secrets.BROQROLI_ANDROID_KEYSTORE_KEY_PASSWORD }} BROQROLI_KEY_PASS: ${{ secrets.BROQROLI_ANDROID_KEYSTORE_STORE_PASSWORD }} - working-directory: ./android run: bundle exec fastlane deployProdToPlayStore skip_build_number_increase:${{ github.event.inputs.skipBuildNumberIncrease }} \ No newline at end of file