Skip to content

Commit

Permalink
[CI] Bumped publishing packages to GitHub to use .NET 6.
Browse files Browse the repository at this point in the history
For whatever reason NuGet/Home#9775 re-appeared and this seems to fix it.
Not really worth looking into further at this time since we'll be dropping .NET 5 soon anyway.
  • Loading branch information
PathogenDavid committed Apr 14, 2022
1 parent 92ce03c commit 776f0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Mochi.PhysX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x

# ----------------------------------------------------------------------- Download built packages
- name: Download built packages
Expand Down

0 comments on commit 776f0c5

Please sign in to comment.