Skip to content

Commit 697e01f

Browse files
committed
build(ci): add --verbose flag to dx bundle
1 parent b7be00b commit 697e01f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/desktop-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Bundle Dioxus App
5656
run: |
5757
cd desktop
58-
dx bundle --release --platform desktop
58+
dx bundle --release --platform desktop --verbose
5959
6060
# 5. Upload the final installer to the GitHub Release
6161
- name: Upload Artifact

0 commit comments

Comments
 (0)