Fixed error in yaml
Some checks failed
Test and build / test (push) Has been cancelled

This commit is contained in:
mdnapo 2024-10-06 09:41:57 +02:00
parent 207345b54b
commit b14a2e7117

View File

@ -9,7 +9,7 @@ jobs:
- uses: https://github.com/actions/checkout@v4
- uses: https://github.com/actions/setup-dotnet@v4
with:
dotnet-version:'8.x'
dotnet-version: '8.x'
- name: "Run dotnet restore"
run: dotnet restore
- name: "Run dotnet build"