File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 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)
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/*
You can’t perform that action at this time.
0 commit comments