diff --git a/.github/workflows/OrangeFox-Compile.yml b/.github/workflows/OrangeFox-Compile.yml index 880739a..0c852fb 100644 --- a/.github/workflows/OrangeFox-Compile.yml +++ b/.github/workflows/OrangeFox-Compile.yml @@ -116,13 +116,11 @@ jobs: echo "CHECK_IMG_IS_OK=true" >> $GITHUB_ENV else echo "Recovery out directory is empty." - exit 1 fi if [ -f out/target/product/${{ github.event.inputs.DEVICE_NAME }}/OrangeFox*.zip ]; then echo "CHECK_ZIP_IS_OK=true" >> $GITHUB_ENV else echo "Recovery out directory is empty." - exit 1 fi - name: Upload to Release