Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain69780 authored Dec 16, 2023
1 parent cdb141f commit afa5e97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

- name: Setup .NET Core SDK
uses: actions/[email protected]
with:
dotnet-version: 8.x
include-prerelease: true

- name: Publish .NET Core Project
run: dotnet publish AdventOfCode2022web/Blazor.csproj -c Release -o release --nologo
Expand Down

0 comments on commit afa5e97

Please sign in to comment.