We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0962573 commit 94643baCopy full SHA for 94643ba
1 file changed
.github/workflows/release.yml
@@ -127,7 +127,7 @@ jobs:
127
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128
with:
129
upload_url: ${{ steps.create-release.outputs.upload_url }}
130
- asset_path: Primitives/bin/Release/PRI.Messaging.Patterns.${{ env.VERSION }}.nupkg
+ asset_path: Patterns/bin/Release/PRI.Messaging.Patterns.${{ env.VERSION }}.nupkg
131
asset_name: PRI.Messaging.Patterns.${{ env.VERSION }}.nupkg
132
asset_content_type: application/octet-stream
133
0 commit comments