We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d01417 commit 3768cb6Copy full SHA for 3768cb6
.github/workflows/ci.yml
@@ -165,6 +165,6 @@ jobs:
165
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
166
with:
167
upload_url: ${{ steps.create_release.outputs.upload_url }}
168
- asset_path: ./nupkgs/*.nupkg
+ asset_path: ./nupkgs/SmartRAG.${{ steps.get_version.outputs.version }}.nupkg
169
asset_name: SmartRAG.${{ steps.get_version.outputs.version }}.nupkg
170
asset_content_type: application/octet-stream
0 commit comments