Skip to content

💾 Feat: Scripts manager will print exception message now #14

💾 Feat: Scripts manager will print exception message now

💾 Feat: Scripts manager will print exception message now #14

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build-on-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
- name: Build and Publish `Cheese`
working-directory: "Cheese"
run: |
dotnet build -c Release