Skip to content

Fix build test projects #9

Fix build test projects

Fix build test projects #9

Workflow file for this run

name: Build
on: [push,pull_request]
jobs:
Build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dotnet workloads
run: dotnet workload install android ios tvos
- name: Build
run: dotnet pack FreeTypeSharp/FreeTypeSharp.csproj
- uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }} Artifacts
path: |
FreeTypeSharp/bin/Release/*.nupkg