Merge branch 'livekit' into robin/berry

This commit is contained in:
Robin
2025-03-27 14:07:24 -04:00
22 changed files with 409 additions and 306 deletions

View File

@@ -165,6 +165,10 @@ jobs:
- name: Copy files
run: rsync -a --delete --exclude .git element-call/embedded/ios/ element-call-swift
- name: Test build
working-directory: element-call-swift
run: swift build
- name: Get artifact version
run: echo "ARTIFACT_VERSION=${VERSION:1}" >> "$GITHUB_ENV"