Skip to content

Commit 648bfab

Browse files
authored
Update action.yml
1 parent c2bb593 commit 648bfab

File tree

1 file changed

+3
-3
lines changed
  • .github/actions/core-cicd/deployment/deploy-javascript-sdk

1 file changed

+3
-3
lines changed

.github/actions/core-cicd/deployment/deploy-javascript-sdk/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ runs:
5959
run: |
6060
echo "::group::Adding node and yarn to the PATH env"
6161
BASE_PATH=${{ github.workspace }}/installs
62-
ls $BASE_PATH/node
63-
echo "PATH=${BASE_PATH}/node/:${BASE_PATH}/node/yarn/dist/bin:$PATH" >> $GITHUB_ENV
62+
ls -Rla $BASE_PATH/node
63+
echo "PATH=${BASE_PATH}/node:${BASE_PATH}/node/yarn/dist/bin:$PATH" >> $GITHUB_ENV
6464
echo "which node:"
6565
which node
6666
echo "node --version:"
67-
./$BASE_PATH/node/node --version
67+
$BASE_PATH/node/node --version
6868
echo "::endgroup::"
6969
shell: bash
7070

0 commit comments

Comments
 (0)