From 23e8d3173ea8bb2b09a1a39ca5999b070e7c1801 Mon Sep 17 00:00:00 2001 From: Carlo Dandan Date: Mon, 11 Sep 2023 16:40:41 +0800 Subject: [PATCH] yml: to lessen red exit 1 error in action Signed-off-by: Carlo Dandan --- .github/workflows/OrangeFox-Compile.yml | 2 -- 1 file changed, 2 deletions(-) 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