File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -30,27 +30,23 @@ jobs:
3030 shell : bash
3131 working-directory : build
3232
33- # - name: Build WebRTC
34- # run: chmod +x ./xcframework_dynamic_build.sh && ./xcframework_dynamic_build.sh release
35- # working-directory: build
36-
3733 - name : Build WebRTC
38- run : zip --symlinks -9 -r WebRTC.xcframework.zip xcframework_dynamic_build.sh
34+ run : chmod +x ./xcframework_dynamic_build.sh && ./ xcframework_dynamic_build.sh release
3935 working-directory : build
4036
4137 - name : Upload artifacts
4238 uses : actions/upload-artifact@v3
4339 with :
4440 name : webrtc-builds
45- path : build/WebRTC.xcframework.zip
41+ path : build/WebRTC.xcframework.zip*
4642
4743 release :
4844 name : Release to GH (Draft)
4945 runs-on : ubuntu-latest
5046 needs : build
5147 permissions :
5248 contents : write
53- # if: startsWith(github.ref, 'refs/tags')
49+ if : startsWith(github.ref, 'refs/tags')
5450 env :
5551 GH_TOKEN : ${{ github.token }}
5652 steps :
You can’t perform that action at this time.
0 commit comments