mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
fix argus
This commit is contained in:
parent
bd79c2d7cf
commit
6c6cb2b609
@ -1,4 +1,4 @@
|
|||||||
async function uploadAssets(octokit, repo, release, assets, { release, bundlePath, changelogFilepath }) {
|
async function uploadAssets(octokit, repo, release, assets) {
|
||||||
console.log("⚒ Uploading assets...")
|
console.log("⚒ Uploading assets...")
|
||||||
|
|
||||||
console.log(`ReleaseID: ${release.id}`)
|
console.log(`ReleaseID: ${release.id}`)
|
||||||
@ -11,7 +11,7 @@ async function uploadAssets(octokit, repo, release, assets, { release, bundlePat
|
|||||||
owner: repo.split("/")[0],
|
owner: repo.split("/")[0],
|
||||||
repo: repo.split("/")[1],
|
repo: repo.split("/")[1],
|
||||||
name: asset.name,
|
name: asset.name,
|
||||||
data: asset.data
|
data: asset.data,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user