test_12
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-05-18 10:53:57 -06:00
parent 405388d290
commit 15184a3e5a
+1 -1
View File
@@ -16,7 +16,7 @@ const sendFile = async (urlPath, data) => {
body: data,
});
if (r.status != 200) {
if (r.status > 399) {
throw `${r.status}: FAILED TO UPLOAD TO ${repoBaseUrl}/${urlPath}`;
}
};