Skip to content

Commit

Permalink
Specify project path when host build
Browse files Browse the repository at this point in the history
  • Loading branch information
brenapp committed Oct 30, 2024
1 parent 3224bbe commit e8bce5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Build
run: npm run switcher:build
build-host:
needs: build-switcher
permissions:
contents: write
strategy:
Expand Down Expand Up @@ -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 }}
1 change: 1 addition & 0 deletions .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
releaseBody: "This build was created automatically as a release canddiate."
releaseDraft: true
prerelease: true
projectPath: ./host
args: ${{ matrix.args }}

0 comments on commit e8bce5e

Please sign in to comment.