Skip to content

Commit

Permalink
Edit previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fine2006 committed Jul 2, 2021
1 parent 0ff7071 commit e74d4d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: "publish"
on: [push]

npmScript: tauri:build

jobs:
publish-tauri:
strategy:
Expand All @@ -27,7 +25,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
- name: install app dependencies and build it
run: yarn && yarn build
run: yarn && yarn tauri:build
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e74d4d6

Please sign in to comment.