Bluesky app fork with some witchin' additions 💫

fix android testflight ci (#9237)

authored by samuel.fm and committed by

GitHub 12e57378 24606dbc

+2 -2
+2 -2
.github/workflows/build-submit-android.yml
··· 182 182 - name: ⬇️ Restore Cache 183 183 id: get-base-commit 184 184 uses: actions/cache@v4 185 - if: ${{ inputs.profile == 'testflight' }} 185 + if: ${{ inputs.profile == 'testflight-android' }} 186 186 with: 187 187 path: most-recent-testflight-commit.txt 188 188 key: most-recent-testflight-commit 189 189 190 190 - name: ✏️ Write commit hash to cache 191 - if: ${{ inputs.profile == 'testflight' }} 191 + if: ${{ inputs.profile == 'testflight-android' }} 192 192 run: echo ${{ github.sha }} > most-recent-testflight-commit.txt