Skip to content

KMP iOS Build and Archive #10

KMP iOS Build and Archive

KMP iOS Build and Archive #10

Workflow file for this run

name: KMP iOS Build and Archive
on:
workflow_dispatch:
jobs:
build_ios_app:
name: Build iOS App
runs-on: macos-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Build iOS App
uses: ./.github/actions/build-ios