Data Request API helper #10

Merged
Oliver merged 94 commits from feat/data-requests into main 2025-11-22 02:51:15 +00:00
Showing only changes of commit 53f35562ad - Show all commits

View file

@ -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

Remove console error now

Remove console error now
process.exit(1);
};
console.log(`Release created, and files uploaded successfully!`);
Oliver marked this conversation as resolved Outdated

Remove bit about file uploads

Remove bit about file uploads