Skip to content

Commit

Permalink
Bump version m120.6099.22
Browse files Browse the repository at this point in the history
  • Loading branch information
lambiengcode committed Dec 4, 2023
1 parent 0a695c8 commit 903956a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ jobs:
with:
name: webrtc.${{ matrix.name }}.tar.gz
path: build/_package/${{ matrix.name }}/webrtc.tar.gz
- name: Extract iOS Frameworks
run: |
tar -xzf build/_package/${{ matrix.name }}/webrtc.tar.gz -C build/_package/${{ matrix.name }}/
cd build/_package/${{ matrix.name }}/Frameworks
zip -r WebRTC.xcframework.zip WebRTC.xcframework
- name: Upload WebRTC.xcframework.zip
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
upload_url: ${{ steps.env.outputs.upload_url }}
asset_path: build/_package/${{ matrix.name }}/Frameworks/WebRTC.xcframework.zip
asset_name: WebRTC.xcframework.zip
asset_content_type: application/zip
build-linux:
defaults:
run:
Expand Down Expand Up @@ -78,6 +92,15 @@ jobs:
with:
name: webrtc.${{ matrix.name }}.tar.gz
path: build/_package/${{ matrix.name }}/webrtc.tar.gz
- name: Upload AAR file
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
upload_url: ${{ steps.env.outputs.upload_url }}
asset_path: build/_package/${{ matrix.name }}/libwebrtc.aar
asset_name: libwebrtc.aar
asset_content_type: application/zip
create-release:
name: Create Release
if: contains(github.ref, 'tags/m')
Expand Down
2 changes: 1 addition & 1 deletion build/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WEBRTC_BUILD_VERSION=HEAD
WEBRTC_VERSION=HEAD
WEBRTC_READABLE_VERSION=HEAD
WEBRTC_COMMIT=26ab1f77cb4335633fa3e619278e8f2b2ca493bb
WEBRTC_COMMIT=cbb587aa4b8b4e390abe4797397cd6ed0b1978d9
6 changes: 3 additions & 3 deletions webrtc_version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WEBRTC_BUILD_VERSION: 120.6099.21.1
WEBRTC_VERSION: 120.6099.21
WEBRTC_BUILD_VERSION: 120.6099.22.1
WEBRTC_VERSION: 120.6099.22
WEBRTC_READABLE_VERSION: M120.6099
WEBRTC_COMMIT: 26ab1f77cb4335633fa3e619278e8f2b2ca493bb
WEBRTC_COMMIT: cbb587aa4b8b4e390abe4797397cd6ed0b1978d9

0 comments on commit 903956a

Please sign in to comment.