We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750c839 commit eb5d694Copy full SHA for eb5d694
.github/workflows/release.yml
@@ -61,6 +61,6 @@ jobs:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
with:
63
upload_url: ${{ steps.create_release.outputs.upload_url }}
64
- asset_path: ./nupkgs/MCPSharp.${{ github.event.inputs.version }}.nupkg
+ asset_path: /home/runner/work/MCPSharp/MCPSharp/nupkgs/MCPSharp.${{ github.event.inputs.version }}.nupkg
65
asset_name: MCPSharp.${{ github.event.inputs.version }}.nupkg
66
asset_content_type: application/zip
0 commit comments