mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-19 16:28:19 +00:00
chore(ci): remove build filter
This commit is contained in:
parent
6022e78342
commit
59f6f30a06
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -118,7 +118,7 @@ jobs:
|
|||
pnpm install
|
||||
- name: build app (macos)
|
||||
run: >-
|
||||
pnpm --filter=@modrinth/app run tauri build --target
|
||||
pnpm run tauri build --target
|
||||
universal-apple-darwin --config "tauri-release.conf.json"
|
||||
if: 'startsWith(matrix.platform, ''macos'')'
|
||||
env:
|
||||
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: '${{ secrets.TAURI_KEY_PASSWORD }}'
|
||||
- name: build app
|
||||
run: >-
|
||||
pnpm --filter=@modrinth/app run tauri build --config
|
||||
pnpm run tauri build --config
|
||||
"tauri-release.conf.json"
|
||||
id: build_os
|
||||
if: '!startsWith(matrix.platform, ''macos'')'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue