Data Request API helper #10
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ async function main() {
|
||||||
await addReleaseAsset(release.data.id, `system.json`);
|
await addReleaseAsset(release.data.id, `system.json`);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(`Failed to add assets to the release`);
|
console.error(`Failed to add assets to the release`);
|
||||||
|
console.error(e);
|
||||||
|
process.exit(1);
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(`Release created, and files uploaded successfully!`);
|
console.log(`Release created, and files uploaded successfully!`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue