build xcframework with local script instead github action which fails #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: swift-create-xcframework | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
create-xcframework: | |
runs-on: macos-latest | |
steps: | |
- name: Checkout Project | |
uses: actions/checkout@v4.1.4 | |
- name: swift-create-xcframework | |
uses: buildxcf.sh | |
env: | |
XCFRAMEWORK_SIGN_KEY: ${{secrets.XCFRAMEWORK_SIGN_KEY}} |