Windows Desktop Client CI #2

Merged
restitux merged 82 commits from bundle into main 2025-12-05 03:58:12 +00:00
Showing only changes of commit 55a6d7daf6 - Show all commits
+2 -3
View File
@@ -62,11 +62,10 @@ jobs:
run: docker run `
--mount "type=bind,source=${PWD},target=C:\app" `
git.ohea.xyz/mumble/mumble-web2/windows-release-builder:latest `
dir && `
cd /app && `
'cd /app && `
dir C:\Users\ContainerAdministrator\.cargo\bin\ && `
C:\Users\ContainerAdministrator\.cargo\bin\dx.exe `
bundle --verbose --trace -p mumble-web2-gui --release --windows
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