Skip to content

report build size to EmergeTools #2

report build size to EmergeTools

report build size to EmergeTools #2

Workflow file for this run

name: Build
on:
push:
branches: [main]
jobs:
build:
name: Swift 6.0
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Build
run: ./.github/build.sh
- name: Upload artifact to Emerge
uses: EmergeTools/[email protected]
with:
build_type: release
artifact_path: ./OpenAI.xcframework
emerge_api_key: ${{ secrets.EMERGE_API_KEY }}