From 9e7ea82f947028892202f6de8bd860d51771f3f0 Mon Sep 17 00:00:00 2001 From: Jai A Date: Tue, 27 Aug 2024 13:50:48 -0700 Subject: [PATCH] remove workdir --- .github/workflows/app-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/app-release.yml b/.github/workflows/app-release.yml index 31bfd007..bbc8feeb 100644 --- a/.github/workflows/app-release.yml +++ b/.github/workflows/app-release.yml @@ -6,6 +6,7 @@ on: tags: - 'v*' paths: + - .giuthub/workflows/app-release.yml - 'apps/app/**' - 'apps/app-frontend/**' - 'packages/app-lib/**' @@ -99,7 +100,6 @@ jobs: TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} with: args: "--target universal-apple-darwin --config tauri-release.conf.json" - working-directory: ./apps/app tauriScript: pnpm --filter=@modrinth/app run tauri - name: build app @@ -113,7 +113,6 @@ jobs: with: tauriScript: pnpm --filter=@modrinth/app run tauri args: "--config tauri-release.conf.json" - working-directory: ./apps/app - name: upload ${{ matrix.platform }} uses: actions/upload-artifact@v4