From 293674e5fc847bf2166dd53069f63549790991d0 Mon Sep 17 00:00:00 2001 From: Marnix van Valen Date: Tue, 24 Nov 2020 22:41:00 +0100 Subject: [PATCH] Fix build --- .github/workflows/dotnet-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 8bfa6a3..c122e1e 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.101 + dotnet-version: 3.1.401 - name: Install dependencies run: dotnet restore - name: Build @@ -31,7 +31,7 @@ jobs: name: "Generator" path: ./tools - name: Publish - run: dotnet run --configuration Release + run: dotnet run --configuration Release -- -l Debug env: LinkRoot: ${{ secrets.LINKROOT }} # Fix subfolder links https://statiq.dev/framework/configuration/settings Host: ${{ secrets.HOST }} # Make links absolute (for feeds, OG...)