Skip to content

Commit 9e56447

Browse files
authored
Update publish-nuget.yml
1 parent 53279bc commit 9e56447

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15+
- uses: actions/setup-dotnet@v1.9.0
16+
with:
17+
dotnet-version: |
18+
3.1.x
19+
5.0.x
20+
6.0.x
1521
- name: Publish NuGet
1622
id: publishNuGet
1723
uses: brandedoutcast/publish-nuget@v2.5.5
@@ -35,4 +41,4 @@ jobs:
3541
if: ${{steps.publishNuGet.outputs.SYMBOLS_PACKAGE_NAME != ''}}
3642
with:
3743
name: ${{steps.publishNuGet.outputs.SYMBOLS_PACKAGE_NAME}}
38-
path: ${{steps.publishNuGet.outputs.SYMBOLS_PACKAGE_PATH}}
44+
path: ${{steps.publishNuGet.outputs.SYMBOLS_PACKAGE_PATH}}

0 commit comments

Comments
 (0)