Skip to content

Commit

Permalink
fix(theseus): App Release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbiros committed Aug 22, 2024
1 parent fcf1889 commit a5c458a
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_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
args: --target universal-apple-darwin
working-directory: ./apps/app
tauriScript: pnpm app:build --

- name: build app
uses: tauri-apps/tauri-action@v0
Expand All @@ -110,7 +110,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
working-directory: ./apps/app
tauriScript: pnpm app:build --

- name: upload ${{ matrix.platform }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a5c458a

Please sign in to comment.