Skip to content

Commit

Permalink
[net]build(gh): fix dotnet version in release pipeline (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky authored Dec 13, 2024
1 parent 9b38d2d commit 9bba314
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/net-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ jobs:
fetch-depth: 0 # for MinVer
filter: tree:0 # for MinVer

- name: Set Up .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x

- name: Download Native Libraries
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 9bba314

Please sign in to comment.