Skip to content

Update RELEASE_NOTES.md #488

Update RELEASE_NOTES.md

Update RELEASE_NOTES.md #488

Workflow file for this run

name: MacOS
on:
push:
paths-ignore:
- 'README.md'
- 'docs/'
pull_request:
paths-ignore:
- 'README.md'
- 'docs/'
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dotnet
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: Build
run: bash ./build.sh