Skip to content

Commit 3768cb6

Browse files
committed
fix: resolve wildcard path and deprecated set-output issues [release]
1 parent 8d01417 commit 3768cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ jobs:
165165
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
166166
with:
167167
upload_url: ${{ steps.create_release.outputs.upload_url }}
168-
asset_path: ./nupkgs/*.nupkg
168+
asset_path: ./nupkgs/SmartRAG.${{ steps.get_version.outputs.version }}.nupkg
169169
asset_name: SmartRAG.${{ steps.get_version.outputs.version }}.nupkg
170170
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)