We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba101ff commit 26acb8cCopy full SHA for 26acb8c
.github/workflows/release.yml
@@ -34,4 +34,4 @@ jobs:
34
run: dotnet pack MCPSharp/MCPSharp.csproj --no-build --configuration Release -p:PackageVersion=${{ github.event.inputs.version }} --output nupkgs
35
36
- name: Push to NuGet
37
- run: dotnet nuget push D:\a\MCPSharp\MCPSharp\nupkgs\MCPSharp.${{ github.event.inputs.version }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push /home/runner/work/MCPSharp/MCPSharp/nupkgs/MCPSharp.${{ github.event.inputs.version }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments