sync
parent
84bcb06698
commit
d479254a57
|
|
@ -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…
Reference in New Issue