Skip to content

Commit

Permalink
CI: Need to use ./ for executables on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Simran-B authored Dec 4, 2024
1 parent a2c677e commit d1aea9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
tar -xf node-v16.20.2-linux-x64.tar.xz
cp -a node-v16.20.2-linux-x64/bin/node node16
pwd
node16 --version
./node16 --version
- name: Checkout Source Code
env:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
$DOWNLOAD_TOOL https://raw.githubusercontent.com/actions/upload-artifact/refs/tags/v3/dist/index.js
cd ..
pwd
node16 ./upload-artifact-v3/index.js
./node16 ./upload-artifact-v3/index.js
continue-on-error: true
#uses: actions/upload-artifact@v3
#with:
Expand Down

0 comments on commit d1aea9f

Please sign in to comment.