Skip to content

Commit

Permalink
fixed CD workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
peteraritchie committed Aug 13, 2022
1 parent 0962573 commit 94643ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 94643ba

Please sign in to comment.