Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
TwanLuttik committed Sep 28, 2023
1 parent 95387d8 commit 1004f84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
run: pnpm i # Change this to npm, yarn or pnpm.

- name: Build the app
uses: tauri-apps/tauri-action@v0
# uses: tauri-apps/tauri-action@v0
run: |
pnpm build && cd build
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit 1004f84

Please sign in to comment.