vite build

This commit is contained in:
elilchen
2023-02-16 22:18:27 +08:00
parent 388ae586ec
commit 85150127bb
14 changed files with 77 additions and 10322 deletions

View File

@@ -105,6 +105,11 @@ jobs:
scoop bucket add extras
scoop install nsis
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Sign exe files
uses: GermanBluefox/code-sign-action@v7
with:
@@ -114,6 +119,11 @@ jobs:
folder: 'target\x86_64-pc-windows-msvc\release'
recursive: false
- name: Build UI browser file
run: |
npm run build
working-directory: ./ui/html
- name: Build UI setup file
run: |
rustup default nightly