Skip to content

Commit 9cc873b

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

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/webrtc-builds.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)