Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 75ffbde

Browse files
committed
Fix nuget path for CI
1 parent d8e4043 commit 75ffbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- name: Build
1313
run: dotnet build --configuration Release dotnetinteractive-openapi.sln
1414
- name: Push Nuget
15-
run: dotnet nuget push "src/MfhSoft.DotNet.Interactive.OpenApi/bin/Release/Mfh.DotNet.Interactive.OpenApi.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
15+
run: dotnet nuget push "src/MfhSoft.DotNet.Interactive.OpenApi/bin/Release/MfhSoft.DotNet.Interactive.OpenApi.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
1616

0 commit comments

Comments
 (0)