diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e918401..035015f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,7 +127,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create-release.outputs.upload_url }} - asset_path: Primitives/bin/Release/PRI.Messaging.Patterns.${{ env.VERSION }}.nupkg + asset_path: Patterns/bin/Release/PRI.Messaging.Patterns.${{ env.VERSION }}.nupkg asset_name: PRI.Messaging.Patterns.${{ env.VERSION }}.nupkg asset_content_type: application/octet-stream