add proxy artifact

This commit is contained in:
2025-11-27 21:57:39 -07:00
parent 1aabf7551c
commit 9e60d56558
+7
View File
@@ -27,3 +27,10 @@ jobs:
- name: Build proxy
run: cargo build --release -p mumble-web2-proxy
- name: Upload mumble-web2-proxy Artifact
uses: actions/upload-artifact@v4
with:
name: mumble-web2-proxy
path: target/release/mumble-web2-proxy
retention-days: 5