Skip to content

Commit 94643ba

Browse files
committed
fixed CD workflow action
1 parent 0962573 commit 94643ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128128
with:
129129
upload_url: ${{ steps.create-release.outputs.upload_url }}
130-
asset_path: Primitives/bin/Release/PRI.Messaging.Patterns.${{ env.VERSION }}.nupkg
130+
asset_path: Patterns/bin/Release/PRI.Messaging.Patterns.${{ env.VERSION }}.nupkg
131131
asset_name: PRI.Messaging.Patterns.${{ env.VERSION }}.nupkg
132132
asset_content_type: application/octet-stream
133133

0 commit comments

Comments
 (0)