Add CI and artifact publishing #1

Merged
restitux merged 19 commits from ci-test into main 2025-11-28 05:24:12 +00:00
Showing only changes of commit d04d8673cb - Show all commits
+7
View File
@@ -25,6 +25,13 @@ jobs:
- name: Build dioxus project
run: dx build --platform web --release -p mumble-web2-gui
- name: Upload mumble-web2-gui Artifact
uses: https://gitea.com/actions/gitea-upload-artifact@v4
with:
name: mumble-web2-gui
path: target/dx/mumble-web2-gui/release/web/public
retention-days: 5
- name: Build proxy
run: cargo build --release -p mumble-web2-proxy