未验证 提交 609c7ef4 编写于 作者: A Anmol Sethi

Fix bad $PATH when building MacOS

The previous release mistakenly distributed the wrong version
of node...

Very sad.

See https://github.com/cdr/code-server/issues/1710#issuecomment-646472716
上级 5a6411fa
......@@ -6,7 +6,7 @@ main() {
if [[ $OSTYPE == darwin* ]]; then
curl -L https://nodejs.org/dist/v14.4.0/node-v14.4.0-darwin-x64.tar.gz | tar -xz
PATH="$PATH:node-v14.4.0-darwin-x64/bin"
PATH="$PWD/node-v14.4.0-darwin-x64/bin:$PATH"
fi
# https://github.com/actions/upload-artifact/issues/38
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册