Skip to content

Commit 0b8fb73

Browse files
committed
Continue uploading releases
Some no further specified "Unhandled error" occurred. Let's just try to continue anyway. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 97908a3 commit 0b8fb73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/initialize-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
throw error
2626
}
2727
if (status !== 0) {
28-
throw new Error(`${cmd} ${args.join(' ')} exited with status ${status} (stderr: ${stderr})`)
28+
throw new Error(`${cmd} ${args.join(' ')} exited with status ${status} (stderr: ${stderr}, stdout: ${stdout}, error: ${error}, status: ${status})`)
2929
}
3030
return stdout
3131
}
3232
33-
let startAt = '2021-02-16T19:55:36.000Z'
33+
let startAt = '2022-07-13T10:40:15.000Z'
3434
const baseURL = 'https://wingit.blob.core.windows.net/'
3535
for (const release of list) {
3636
console.log(JSON.stringify(release, null, 2))

0 commit comments

Comments
 (0)