mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-24 05:35:15 +00:00
sync
This commit is contained in:
parent
84bcb06698
commit
d479254a57
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ if (Script.release) {
|
|||
await $`zip -r ../../${key}.zip *`.cwd(`dist/${key}/bin`)
|
||||
}
|
||||
}
|
||||
await $`gh release upload ${Script.release} ./dist/*.zip ./dist/*.tar.gz --clobber`
|
||||
await $`gh release upload v${Script.version} ./dist/*.zip ./dist/*.tar.gz --clobber`
|
||||
}
|
||||
|
||||
export { binaries }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue