Skip to content

Commit

Permalink
update .
Browse files Browse the repository at this point in the history
  • Loading branch information
lambiengcode committed Dec 4, 2023
1 parent 903956a commit 6bc7988
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,6 @@ 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 @@ -92,15 +78,6 @@ 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

0 comments on commit 6bc7988

Please sign in to comment.