Skip to content

Commit

Permalink
fix(nuget)#: Fix publish action by getting the proper .NET SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCyro committed Feb 7, 2025
1 parent 268ee10 commit 984717e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

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

- name: Set distdir
run: |
Expand Down

0 comments on commit 984717e

Please sign in to comment.