Skip to content

Commit a098479

Browse files
authored
Add verbose to build for debugging
1 parent d54b971 commit a098479

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
run: bun install
6363

6464
- uses: tauri-apps/tauri-action@v0
65+
with:
66+
args: "--verbose"
6567
env:
6668
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6769

0 commit comments

Comments
 (0)