From e8bce5e785622211705542228a596839edf3a5ce Mon Sep 17 00:00:00 2001 From: Brendan McGuire Date: Tue, 29 Oct 2024 22:33:02 -0500 Subject: [PATCH] Specify project path when host build --- .github/workflows/build.yml | 2 ++ .github/workflows/release-candidate.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d70832d..b553da9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: - name: Build run: npm run switcher:build build-host: + needs: build-switcher permissions: contents: write strategy: @@ -51,4 +52,5 @@ jobs: sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf - uses: tauri-apps/tauri-action@v0 with: + projectPath: ./host args: ${{ matrix.args }} diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 4acbf7b..b044ad5 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -61,4 +61,5 @@ jobs: releaseBody: "This build was created automatically as a release canddiate." releaseDraft: true prerelease: true + projectPath: ./host args: ${{ matrix.args }}