未验证 提交 6e9e4115 编写于 作者: J Joe Previte 提交者: GitHub

fix: add --clobber to release-github-assets script (#4628)

Co-authored-by: NAsher <ash@coder.com>
上级 7561fc43
......@@ -13,7 +13,7 @@ main() {
download_artifact release-packages ./release-packages
local assets=(./release-packages/code-server*"$VERSION"*{.tar.gz,.deb,.rpm})
EDITOR=true gh release upload "v$VERSION" "${assets[@]}"
EDITOR=true gh release upload "v$VERSION" "${assets[@]}" --clobber
}
main "$@"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册