diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b48e99a..51c29ab 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,8 @@ jobs: with: dotnet-version: 6.0.x - name: force dotnet version - run: echo '{"sdk":{"version": "${{ steps.dotnet.outputs.dotnet-version }}"}}' > ./global.json + run: | + echo '{"sdk":{"version": "${{ steps.dotnet.outputs.dotnet-version }}"}}' > ./global.json - name: print run: dotnet --list-sdks && dotnet --info - name: Install dependencies