From f45f9263db4dd89de3fdfcd2fa58573071e316cc Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 17 Feb 2024 13:14:41 +0000 Subject: [PATCH] ci: fixup node-package.yml after artifact actions upgrade --- .github/workflows/node-package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node-package.yml b/.github/workflows/node-package.yml index 4ed5bad26..68d0f23a5 100644 --- a/.github/workflows/node-package.yml +++ b/.github/workflows/node-package.yml @@ -182,9 +182,9 @@ jobs: - shell: bash run: | mkdir node/prebuilds - tar -xvzf linux/linux.tar.gz -C node/prebuilds - tar -xvzf macos-latest/macos-latest.tar.gz -C node/prebuilds - tar -xvzf windows-latest/windows-latest.tar.gz -C node/prebuilds + tar -xvzf linux.tar.gz -C node/prebuilds + tar -xvzf macos-latest.tar.gz -C node/prebuilds + tar -xvzf windows-latest.tar.gz -C node/prebuilds tree node/prebuilds rm -rf linux macos-latest windows-latest - name: Install dependencies without running scripts