mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 07:39:12 -04:00
e74bd3b32b
* ci: bring over some of my code to enable the process * ci: cleanup builds a bit and add release stuff * ci: fix paths and such after debugging * ci: fix flowchart * cmake: easily toggle between building everything dyn or statically linked * ci: build release artifacts statically linked * ci: fix some issues after testing once again, linux binaries are still too big
19 lines
402 B
JSON
19 lines
402 B
JSON
{
|
|
"name": "upload-release-artifacts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@octokit/plugin-retry": "^3.0.9",
|
|
"@octokit/plugin-throttling": "^3.5.2",
|
|
"@octokit/rest": "^18.12.0",
|
|
"glob": "^7.2.0"
|
|
}
|
|
}
|