Browse Source

Update OrangeFox-Recovery-Builder.yml

Samuel Kendall 1 năm trước cách đây
mục cha
commit
c89578a834
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .github/workflows/OrangeFox-Recovery-Builder.yml

+ 2 - 1
.github/workflows/OrangeFox-Recovery-Builder.yml

@@ -134,11 +134,12 @@ jobs:
         if [ -f out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.img ]; then
             echo "CHECK_IMG_IS_OK=true" >> $GITHUB_ENV
             echo "MD5_IMG=$(md5sum out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.img | cut -d ' ' -f 1)" >> $GITHUB_ENV
-            cd OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/
+            cd OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}
             mv OrangeFox*.img recovery.img
         else
             echo "Recovery out directory is empty."
         fi
+      continue-on-error: true
         
     - name: Include Recovery Installer
       run: |