Skip to content

Commit

Permalink
fix "release" pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nilproject committed Jun 17, 2024
1 parent a518a9d commit 4755bda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x

- name: Install .NET Core 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
Expand Down

0 comments on commit 4755bda

Please sign in to comment.