Skip to content

Commit

Permalink
yml: to lessen red exit 1 error in action
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Dandan <[email protected]>
  • Loading branch information
carlodandan authored Sep 11, 2023
1 parent bf74d8b commit 23e8d31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/OrangeFox-Compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23e8d31

Please sign in to comment.