Skip to content

Commit

Permalink
chore: remove build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkristiansson committed Oct 22, 2024
1 parent 66fbaff commit 078997d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
- name: install app dependencies
run: yarn install

- name: Build and package the app
run: yarn tauri build ${{ matrix.args }}

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 078997d

Please sign in to comment.