We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6411f commit 609c7efCopy full SHA for 609c7ef
ci/steps/release-packages.sh
@@ -6,7 +6,7 @@ main() {
6
7
if [[ $OSTYPE == darwin* ]]; then
8
curl -L https://nodejs.org/dist/v14.4.0/node-v14.4.0-darwin-x64.tar.gz | tar -xz
9
- PATH="$PATH:node-v14.4.0-darwin-x64/bin"
+ PATH="$PWD/node-v14.4.0-darwin-x64/bin:$PATH"
10
fi
11
12
# https://github.com/actions/upload-artifact/issues/38
0 commit comments