From fc05f96fcdaec3726ea7caf03a6971c62ded1fc4 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Sat, 30 Oct 2021 19:27:49 +0200 Subject: [PATCH] Fix workflow file --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3a7bfa..536ac35 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,8 @@ jobs: - name: Setup Dotnet uses: actions/setup-dotnet@v1 - with: - dotnet-version: '5.0.x' + with: + dotnet-version: '5.0.x' - name: Setup MSBUILD uses: microsoft/setup-msbuild@v1.0.3