fix release conf path
This commit is contained in:
parent
4a43b45a99
commit
d74fc8a5d5
4
.github/workflows/app-release.yml
vendored
4
.github/workflows/app-release.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
||||
with:
|
||||
args: "--target universal-apple-darwin --config ./apps/app/tauri-release.conf.json"
|
||||
args: "--target universal-apple-darwin --config tauri-release.conf.json"
|
||||
working-directory: ./apps/app
|
||||
tauriScript: pnpm --filter=@modrinth/app run tauri
|
||||
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
||||
with:
|
||||
tauriScript: pnpm --filter=@modrinth/app run tauri
|
||||
args: "--config ./apps/app/tauri-release.conf.json"
|
||||
args: "--config tauri-release.conf.json"
|
||||
working-directory: ./apps/app
|
||||
|
||||
- name: upload ${{ matrix.platform }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user