Skip to content

Commit

Permalink
测试github打包
Browse files Browse the repository at this point in the history
  • Loading branch information
Mujio-killer committed Dec 17, 2023
1 parent f92c353 commit c96495c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
with:
node-version: 19

- name: Install Pnpm
run: npm install -g pnpm

# 安装 Rust
- name: Install Rust stable
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -86,7 +89,7 @@ jobs:
# 安装依赖执行构建,以及推送 github release
- name: Install app dependencies and build it
run: pnpm && pnpm build
run: pnpm i && pnpm tauri build
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c96495c

Please sign in to comment.