mirror of
https://github.com/Brodino96/webkit2gtk-automator.git
synced 2026-05-05 22:29:57 +02:00
feat: add artifact caching to build process and improve error logging
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user