Skip to content

set -e in build script #2

set -e in build script

set -e in build script #2

Workflow file for this run

name: MAUI CI
on:
push:
jobs:
Build:
runs-on: macOS-14
steps:
- uses: actions/checkout@v4
- name: Install MAUI workload
run: dotnet workload install maui
- name: Build artifacts
run: ./build.sh