Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

feat: Bump package version and adaption #47

feat: Bump package version and adaption

feat: Bump package version and adaption #47

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: .NET
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet publish -c Release
- name: Upload Artifact
uses: actions/[email protected]
with:
path: src/bin