Skip to content

Commit 750f6c7

Browse files
ci(release): build with --verbose for bundler diagnostics
1 parent 006fdce commit 750f6c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
8888
with:
8989
projectPath: crates/tauri-app
90-
args: --target ${{ matrix.target }}
90+
args: --target ${{ matrix.target }} --verbose
9191
tagName: ${{ github.ref_name }}
9292
releaseName: ${{ github.ref_name }}
9393
releaseBody: ""

0 commit comments

Comments
 (0)