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: