fix android testflight ci (#9237)
This commit is contained in:
@@ -182,11 +182,11 @@ jobs:
|
|||||||
- name: ⬇️ Restore Cache
|
- name: ⬇️ Restore Cache
|
||||||
id: get-base-commit
|
id: get-base-commit
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
if: ${{ inputs.profile == 'testflight' }}
|
if: ${{ inputs.profile == 'testflight-android' }}
|
||||||
with:
|
with:
|
||||||
path: most-recent-testflight-commit.txt
|
path: most-recent-testflight-commit.txt
|
||||||
key: most-recent-testflight-commit
|
key: most-recent-testflight-commit
|
||||||
|
|
||||||
- name: ✏️ Write commit hash to cache
|
- name: ✏️ Write commit hash to cache
|
||||||
if: ${{ inputs.profile == 'testflight' }}
|
if: ${{ inputs.profile == 'testflight-android' }}
|
||||||
run: echo ${{ github.sha }} > most-recent-testflight-commit.txt
|
run: echo ${{ github.sha }} > most-recent-testflight-commit.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user