Skip to content

Commit

Permalink
build xcframework with local script instead github action which fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Adobels committed May 2, 2024
1 parent 03295c7 commit b7e7cac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
uses: actions/checkout@v4.1.4
- name: swift-create-xcframework
uses: segment-integrations/[email protected]
uses: buildxcf.sh
env:
GITHUB_TOKEN: ${{ secrets.XCFRAMEWORK_SIGN_KEY }}
XCFRAMEWORK_SIGN_KEY: ${{secrets.XCFRAMEWORK_SIGN_KEY}}

0 comments on commit b7e7cac

Please sign in to comment.