Skip to content

Commit

Permalink
fix 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakrok09 committed Apr 30, 2024
1 parent 24cac27 commit e485ea1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
run: npm install

- uses: tauri-apps/tauri-action@v0
- name: Build Tauri App
id: build_tauri
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit e485ea1

Please sign in to comment.