From d1aea9fcb1d01abd7cb8f5205b11937f15b01d07 Mon Sep 17 00:00:00 2001 From: Simran Date: Wed, 4 Dec 2024 15:43:55 +0100 Subject: [PATCH] CI: Need to use ./ for executables on Linux --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 234a67e92..ae41e0b86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: