Skip to content

build xcframework with local script instead github action which fails #12

build xcframework with local script instead github action which fails

build xcframework with local script instead github action which fails #12

Workflow file for this run

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}}