dropshell release 2025.0526.2223
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name 2025-05-26 22:23:35 +12:00
parent 3dc82c682c
commit c8c0c3289c

View File

@ -79,6 +79,7 @@ RELEASE_ID=$(curl -s -X POST "$API_URL/releases" \
if [ -z "$RELEASE_ID" ]; then if [ -z "$RELEASE_ID" ]; then
echo "Failed to create release on Gitea." >&2 echo "Failed to create release on Gitea." >&2
echo "Release ID returned: $RELEASE_ID" >&2
exit 1 exit 1
fi fi