Skip to content

added artifacts

added artifacts #2

Workflow file for this run

name: Build iOS Library
on: push
jobs:
build:
name: Build for aarch64-apple-ios
runs-on: [self-hosted, macOS, ARM64]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build for aarch64-apple-ios
run: cargo build --target aarch64-apple-ios --lib --release
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ios-lib
path: target/aarch64-apple-ios/release/chums-proxy.*