diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 8bfa6a3..71d0898 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -9,14 +9,14 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v2 - 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...)