Fix again
This commit is contained in:
parent
9e7ea82f94
commit
b06e7d3cf4
6
.github/workflows/app-release.yml
vendored
6
.github/workflows/app-release.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
tags:
|
||||
- 'v*'
|
||||
paths:
|
||||
- .giuthub/workflows/app-release.yml
|
||||
- .github/workflows/app-release.yml
|
||||
- 'apps/app/**'
|
||||
- 'apps/app-frontend/**'
|
||||
- 'packages/app-lib/**'
|
||||
@ -99,7 +99,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 tauri-release.conf.json"
|
||||
args: "--target universal-apple-darwin --config ./apps/app/tauri-release.conf.json"
|
||||
tauriScript: pnpm --filter=@modrinth/app run tauri
|
||||
|
||||
- name: build app
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
||||
with:
|
||||
tauriScript: pnpm --filter=@modrinth/app run tauri
|
||||
args: "--config tauri-release.conf.json"
|
||||
args: "--config ./apps/app/tauri-release.conf.json"
|
||||
|
||||
- name: upload ${{ matrix.platform }}
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user