yml: to lessen red exit 1 error in action
Signed-off-by: Carlo Dandan <jasminecarlo01@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user