Add builds and CI for MacOS #26

Merged
restitux merged 11 commits from macos-ci into main 2026-03-11 03:26:41 +00:00
Showing only changes of commit cba1187f2d - Show all commits
+5 -4
View File
@@ -76,15 +76,16 @@ jobs:
./target
key: rust-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
- name: Tar mumble-web2-gui
run: |
tar -czf mumble-web2-gui-macos-arm64.tar.gz -C gui dist
- name: Upload mumble-web2-gui Artifact
uses: https://gitea.com/actions/gitea-upload-artifact@v4
with:
name: mumble-web2-gui-macos-arm64
path: gui/dist
path: mumble-web2-gui-macos-arm64.tar.gz
retention-days: 5
env:
ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY: 10
windows_build:
runs-on: windows