Skip to content

fix README path

fix README path #2

Workflow file for this run

name: dotnet-ci
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
8.0.x
- name: dotnet info
run: dotnet --info
- name: build
run: bash build.sh