Skip to content

Commit

Permalink
ci: remove build since it is included in tauri-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkristiansson committed Sep 3, 2024
1 parent 2162729 commit 580c0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
- name: install app dependencies and build it
run: yarn && yarn tauri:build
- name: install app dependencies
run: yarn install
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 580c0c5

Please sign in to comment.