Skip to content

Commit

Permalink
only upload package files
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc committed Feb 29, 2024
1 parent d5d2781 commit b00d114
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b00d114

Please sign in to comment.