Correct error with CDN URL creation
This commit is contained in:
parent
53f35562ad
commit
213996ab0a
2 changed files with 3 additions and 2 deletions
|
|
@ -42,8 +42,7 @@ async function main() {
|
|||
await addReleaseAsset(release.data.id, `release.zip`);
|
||||
await addReleaseAsset(release.data.id, `system.json`);
|
||||
} catch (e) {
|
||||
console.error(`Failed to add assets to the release`);
|
||||
console.error(e);
|
||||
console.error(`Failed to add assets to the release with message:`, e.data.message);
|
||||
process.exit(1);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue