Skip to content

Commit

Permalink
添加autostart build github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed Aug 5, 2024
1 parent 9643416 commit 01d936c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
node-version: 18
cache: pnpm

- name: Build autostart exe
run: cargo build --release
working-directory: src-autostart

- run: pnpm install

- name: Build the app
Expand Down

0 comments on commit 01d936c

Please sign in to comment.