Skip to content

Commit

Permalink
build new ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 10, 2024
1 parent 769709c commit 4b52481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,10 @@ jobs:
echo $EC
if [ $EC -eq 0 ]; then
echo "$OUT_OBJECT already exist"
exit 1
elif [ $EC -ne 1 ]; then
echo "Error: $EC"
exit 1
fi
echo "EXIT_CODE=$EC" >> $GITHUB_ENV
Expand Down

0 comments on commit 4b52481

Please sign in to comment.