mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-10 19:21:47 -08:00
fix: should build plugin in release workflow
This commit is contained in:
parent
6fe1b95881
commit
d0ab4e173e
1 changed files with 10 additions and 2 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
|
@ -60,6 +60,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build plugins
|
||||
run: pnpm run build:plugin
|
||||
|
||||
- name: Make Linux (x64)
|
||||
run: npm run make:linux-x64
|
||||
env:
|
||||
|
|
@ -130,6 +133,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build plugins
|
||||
run: pnpm run build:plugin
|
||||
|
||||
- name: Make macOS (x64)
|
||||
run: npm run make:mac-x64
|
||||
env:
|
||||
|
|
@ -205,10 +211,12 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
|
||||
- name: Add msi to path
|
||||
run: echo "${env:wix}bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||
|
||||
|
||||
- name: Build plugins
|
||||
run: pnpm run build:plugin
|
||||
# Enable x32 if someone still need it
|
||||
# - name: Make Windows (ia32)
|
||||
# run: npm run make:win-ia32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue