浏览代码

Update OrangeFox-Recovery-Builder.yml

Samuel Kendall 1 年之前
父节点
当前提交
c89578a834
共有 1 个文件被更改,包括 2 次插入1 次删除
  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: |