From 12e57378e84ced8b9674d0d7a0fcea5b36664207 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 22 Oct 2025 20:04:36 +0300 Subject: [PATCH] fix android testflight ci (#9237) --- .github/workflows/build-submit-android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml index 27724060ef..bd61dbeef8 100644 --- a/.github/workflows/build-submit-android.yml +++ b/.github/workflows/build-submit-android.yml @@ -182,11 +182,11 @@ jobs: - name: ⬇️ Restore Cache id: get-base-commit uses: actions/cache@v4 - if: ${{ inputs.profile == 'testflight' }} + if: ${{ inputs.profile == 'testflight-android' }} with: path: most-recent-testflight-commit.txt key: most-recent-testflight-commit - name: ✏️ Write commit hash to cache - if: ${{ inputs.profile == 'testflight' }} + if: ${{ inputs.profile == 'testflight-android' }} run: echo ${{ github.sha }} > most-recent-testflight-commit.txt