From a5c458abf775cad17b67a38461fb6988c801f940 Mon Sep 17 00:00:00 2001 From: Norbiros Date: Thu, 22 Aug 2024 12:00:53 +0200 Subject: [PATCH] fix(theseus): App Release github action --- .github/workflows/app-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app-release.yml b/.github/workflows/app-release.yml index 4cc1a4fbd..4094d7890 100644 --- a/.github/workflows/app-release.yml +++ b/.github/workflows/app-release.yml @@ -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 @@ -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