Skip to content

Commit ddfd773

Browse files
authored
Update webrtc-builds.yml
1 parent 9cc873b commit ddfd773

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/webrtc-builds.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Upload artifacts
3838
uses: actions/upload-artifact@v3
3939
with:
40-
name: webrtc-builds
41-
path: build/WebRTC.xcframework.zip*
40+
name: webrtc-xcframework
41+
path: build/out-release/WebRTC.xcframework.zip*
4242

4343
release:
4444
name: Release to GH (Draft)
@@ -55,5 +55,10 @@ jobs:
5555
- name: Download artifacts
5656
uses: actions/download-artifact@v3
5757
with:
58-
name: webrtc-builds
59-
path: ${{ github.workspace }}/xcframework_dynamic_build.sh
58+
name: webrtc-xcframework
59+
path: ${{ github.workspace }}/webrtc-xcframework
60+
61+
- name: Create draft release
62+
run: |
63+
gh release create ${{ github.ref_name }} --draft --title "${{ github.ref_name }}"
64+
gh release upload ${{ github.ref_name }} ${{ github.workspace }}/webrtc-xcframework/*

0 commit comments

Comments
 (0)