add --verbose back
Build Mumble Web 2 / linux_build (push) Successful in 1m44s
Build Mumble Web 2 / windows_build (push) Failing after 3m11s

This commit is contained in:
2025-11-30 15:37:09 -07:00
parent a76ca3a9a5
commit 49ac9938ad
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
# run: cargo check -p mumble-web2-gui --features desktop
- name: Bundle dioxus project
run: dx bundle --trace -p mumble-web2-gui --release --windows
run: dx bundle --verbose --trace -p mumble-web2-gui --release --windows
- name: Upload mumble-web2-gui Windows Artifact
uses: https://gitea.com/actions/gitea-upload-artifact@v4