Skip to content

Commit eb5d694

Browse files
authored
Update release.yml to enable automatic release updates
1 parent 750c839 commit eb5d694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
with:
6363
upload_url: ${{ steps.create_release.outputs.upload_url }}
64-
asset_path: ./nupkgs/MCPSharp.${{ github.event.inputs.version }}.nupkg
64+
asset_path: /home/runner/work/MCPSharp/MCPSharp/nupkgs/MCPSharp.${{ github.event.inputs.version }}.nupkg
6565
asset_name: MCPSharp.${{ github.event.inputs.version }}.nupkg
6666
asset_content_type: application/zip

0 commit comments

Comments
 (0)