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 9822806 commit 9cc873b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/webrtc-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,23 @@ jobs:
shell: bash
working-directory: build

#- name: Build WebRTC
# run: chmod +x ./xcframework_dynamic_build.sh && ./xcframework_dynamic_build.sh release
# working-directory: build

- name: Build WebRTC
run: zip --symlinks -9 -r WebRTC.xcframework.zip xcframework_dynamic_build.sh
run: chmod +x ./xcframework_dynamic_build.sh && ./xcframework_dynamic_build.sh release
working-directory: build

- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: webrtc-builds
path: build/WebRTC.xcframework.zip
path: build/WebRTC.xcframework.zip*

release:
name: Release to GH (Draft)
runs-on: ubuntu-latest
needs: build
permissions:
contents: write
#if: startsWith(github.ref, 'refs/tags')
if: startsWith(github.ref, 'refs/tags')
env:
GH_TOKEN: ${{ github.token }}
steps:
Expand Down

0 comments on commit 9cc873b

Please sign in to comment.