Skip to content

Commit

Permalink
Update webrtc-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Oct 31, 2024
1 parent 9cc873b commit ddfd773
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/webrtc-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: webrtc-builds
path: build/WebRTC.xcframework.zip*
name: webrtc-xcframework
path: build/out-release/WebRTC.xcframework.zip*

release:
name: Release to GH (Draft)
Expand All @@ -55,5 +55,10 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: webrtc-builds
path: ${{ github.workspace }}/xcframework_dynamic_build.sh
name: webrtc-xcframework
path: ${{ github.workspace }}/webrtc-xcframework

- name: Create draft release
run: |
gh release create ${{ github.ref_name }} --draft --title "${{ github.ref_name }}"
gh release upload ${{ github.ref_name }} ${{ github.workspace }}/webrtc-xcframework/*

0 comments on commit ddfd773

Please sign in to comment.