mirror of
https://github.com/coder/code-server.git
synced 2026-05-13 15:57:27 +02:00
Rename static releases to binary releases
More clear as discussed in PR.
This commit is contained in:
15
ci/steps/release-binary.sh
Executable file
15
ci/steps/release-binary.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
main() {
|
||||
cd "$(dirname "$0")/../.."
|
||||
|
||||
# https://github.com/actions/upload-artifact/issues/38
|
||||
tar -xzf release-npm-package/package.tar.gz
|
||||
|
||||
yarn release:binary
|
||||
yarn test:binary-release
|
||||
yarn package
|
||||
}
|
||||
|
||||
main "$@"
|
||||
Reference in New Issue
Block a user