Skip to content

Commit 2ae2865

Browse files
committed
Upload symbols as well
1 parent 97dcab3 commit 2ae2865

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ jobs:
104104
path: dist
105105

106106
- name: Publish NuGet Packages
107-
run: >-
108-
dotnet nuget push
109-
dist/*.nupkg
110-
--skip-duplicate
111-
--source ${{ vars.NUGET_SOURCE }}
112-
--api-key ${{ secrets.NUGET_API_KEY }}
107+
run: >
108+
dotnet nuget push dist/*.nupkg --skip-duplicate --source ${{ vars.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }}
109+
dotnet nuget push dist/*.snupkg --skip-duplicate --source ${{ vars.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)