From 04465c9cc30132e891c4b12b1d6885edd29957d1 Mon Sep 17 00:00:00 2001 From: Alexandre Segura Date: Tue, 5 Mar 2024 19:38:54 +0100 Subject: [PATCH] Run the build task. --- .github/workflows/fastlane_android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fastlane_android.yml b/.github/workflows/fastlane_android.yml index 29f82d1d8..ec1326873 100644 --- a/.github/workflows/fastlane_android.yml +++ b/.github/workflows/fastlane_android.yml @@ -131,7 +131,7 @@ jobs: - run: yarn install - name: Run Fastlane working-directory: android/ - run: bundle exec fastlane deploy + run: bundle exec fastlane build env: ANDROID_STORE_FILE: ${{ steps.android_keystore.outputs.filePath }} ANDROID_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}