KMMBridge-Debug #7
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
# Publish a build for development. The Xcode framework is debuggable. | |
name: KMMBridge-Debug | |
on: | |
workflow_dispatch: | |
jobs: | |
call-publish: | |
uses: ./.github/workflows/Base-Publish.yml | |
with: | |
build-debug: true |