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`);
|
||||
} catch (e) {
|
||||
console.error(`Failed to add assets to the release`);
|
||||
console.error(e);
|
||||
|
Oliver marked this conversation as resolved
Outdated
|
||||
process.exit(1);
|
||||
};
|
||||
|
||||
console.log(`Release created, and files uploaded successfully!`);
|
||||
|
Oliver marked this conversation as resolved
Outdated
Oliver
commented
Remove bit about file uploads Remove bit about file uploads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue
Remove console error now