add proxy artifact
This commit is contained in:
@@ -27,3 +27,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build proxy
|
- name: Build proxy
|
||||||
run: cargo build --release -p mumble-web2-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
|
||||||
|
|||||||
Reference in New Issue
Block a user