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 c0df1e0 commit a0ecb80Copy full SHA for a0ecb80
.github/actions/ps-release/action.yml
@@ -81,6 +81,6 @@ runs:
81
uses: actions/upload-release-asset@v1
82
with:
83
upload_url: ${{ steps.create_release.outputs.upload_url }}
84
- asset_path: ./build/package/*.nupkg
+ asset_path: ./build/package/${{ github.event.repository.name }}.${{ inputs.release-version }}.nupkg
85
asset_name: ${{ github.event.repository.name }}-v${{ inputs.release-version }}.nupkg
86
asset_content_type: application/octet-stream
0 commit comments