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