Skip to content

Commit

Permalink
Update build-electron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyu8512 authored Dec 16, 2024
1 parent 4e38785 commit 0682e76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: ${{ matrix.os-version }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 设置 Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '22.x'
cache: 'npm'

- name: 安装依赖
Expand All @@ -31,7 +31,7 @@ jobs:
run: npm run build:electron

- name: 上传构建文件
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os-version }}
path: ./dist/electron/轻书架*
path: ./dist/electron/轻书架*

0 comments on commit 0682e76

Please sign in to comment.