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 }}