From b00d1140991053731a184c7f9725c5a572ba729b Mon Sep 17 00:00:00 2001 From: Thomas Belin Date: Thu, 29 Feb 2024 16:27:09 +0100 Subject: [PATCH] only upload package files --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a6284bff6d..a0ee3f5613f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x cache: 'yarn' - name: Install JS dependencies @@ -30,10 +30,10 @@ jobs: run: yarn build:linux - name: upload-artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: linux-build - path: wrap/dist + path: wrap/dist/Wire-* build-windows: runs-on: windows-latest @@ -45,7 +45,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x cache: 'yarn' - name: Install JS dependencies @@ -64,7 +64,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x cache: 'yarn' - name: Install JS dependencies