We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c5f6d commit ead04b1Copy full SHA for ead04b1
1 file changed
.github/workflows/deploy-nuget.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Setup .NET
16
- uses: actions/setup-net@v4
+ uses: actions/setup-dotnet@v4
17
with:
18
dotnet-version: '8.0.4' # 根据你的项目选择版本
19
0 commit comments