Skip to content

Commit a0ecb80

Browse files
Update asset path for NuGet package upload in release action
1 parent c0df1e0 commit a0ecb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/ps-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ runs:
8181
uses: actions/upload-release-asset@v1
8282
with:
8383
upload_url: ${{ steps.create_release.outputs.upload_url }}
84-
asset_path: ./build/package/*.nupkg
84+
asset_path: ./build/package/${{ github.event.repository.name }}.${{ inputs.release-version }}.nupkg
8585
asset_name: ${{ github.event.repository.name }}-v${{ inputs.release-version }}.nupkg
8686
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)