fix: stabilize build and archive configs

This commit is contained in:
colinislit
2025-11-23 11:42:40 +01:00
parent c12063d58d
commit 00ca026382
11 changed files with 573 additions and 36 deletions

View File

@@ -14,7 +14,7 @@ async function ensureBucket() {
if (createError && !createError.message.includes('already exists')) {
throw createError;
}
} else if (error && !error.message.includes('not found')) {
} else if (error) {
throw error;
}
}