Skip to content

chore: Bump action package version #5

chore: Bump action package version

chore: Bump action package version #5

Workflow file for this run

name: Build
on:
- push
- pull_request
- workflow_dispatch
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet publish -c ${{env.BUILD_TYPE}}
- name: Upload Artifact
uses: actions/[email protected]
with:
path: src/bin