More debug fixes for the upload script (#999)
It really would be great if I could test this :(
This commit is contained in:
2
.github/actions/github-release/main.js
vendored
2
.github/actions/github-release/main.js
vendored
@@ -92,7 +92,7 @@ async function run() {
|
|||||||
const retries = 10;
|
const retries = 10;
|
||||||
for (let i = 0; i < retries; i++) {
|
for (let i = 0; i < retries; i++) {
|
||||||
try {
|
try {
|
||||||
runOnce();
|
await runOnce();
|
||||||
break;
|
break;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (i === retries - 1)
|
if (i === retries - 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user