dx bundle redirect stderr to stdout
Build Mumble Web 2 / linux_build (push) Successful in 1m45s
Build Mumble Web 2 / windows_build (push) Failing after 3m6s

This commit is contained in:
2025-11-30 15:40:53 -07:00
parent 49ac9938ad
commit 6162b1a435
+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 --verbose --trace -p mumble-web2-gui --release --windows
run: dx bundle --verbose --trace -p mumble-web2-gui --release --windows 2>&1
- name: Upload mumble-web2-gui Windows Artifact
uses: https://gitea.com/actions/gitea-upload-artifact@v4