feat: add artifact caching to build process and improve error logging

This commit is contained in:
2026-04-27 14:21:15 +02:00
parent f29ef992a9
commit 47e8d717a6
4 changed files with 47 additions and 24 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ log "Running publish"
if "${SCRIPT_DIR}/publish.sh"; then
log "Publish succeeded"
else
log "ERROR: Publish failed"
log "ERROR: Publish failed, exit code: $?"
exit 1
fi