Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Aug 27, 2024
1 parent dc8e3ae commit 8c9923b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -111,7 +111,7 @@ jobs:
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
args: --config "tauri-release.conf.json"
args: --config "./apps/app/tauri-release.conf.json"
tauriScript: pnpm --filter=@modrinth/app run tauri

- name: upload ${{ matrix.platform }}
Expand Down

0 comments on commit 8c9923b

Please sign in to comment.