Update SkyHawk-SHRP.yml

This commit is contained in:
ragebreaker 2024-08-16 08:18:24 +05:30 committed by GitHub
parent aef94ee100
commit 63eb3f2283
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,6 +159,7 @@ jobs:
echo "Done building your ${{ github.event.inputs.BUILD_TARGET }}.img" echo "Done building your ${{ github.event.inputs.BUILD_TARGET }}.img"
- name: Check if the recovery exists - name: Check if the recovery exists
if: always()
run: | run: |
if [ -f ${{ env.OUT_DIR }}/${{ inputs.BUILD_TARGET }}*.img ]; then if [ -f ${{ env.OUT_DIR }}/${{ inputs.BUILD_TARGET }}*.img ]; then
echo "CHECK_IMG_IS_OK=true" >> $GITHUB_ENV echo "CHECK_IMG_IS_OK=true" >> $GITHUB_ENV