Skip to content

Commit 1ebfc17

Browse files
authored
Update publish.yml
1 parent 97b3350 commit 1ebfc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
with:
4949
upload_url: ${{ steps.create_release.outputs.upload_url }}
50-
asset_path: ./nupkgs/stevekirks.SqlBulkCopyMerge.${{ env.RELEASE_VERSION }}.nupkg
50+
asset_path: packaged/stevekirks.SqlBulkCopyMerge.${{ env.RELEASE_VERSION }}.nupkg
5151
asset_name: stevekirks.SqlBulkCopyMerge.${{ env.RELEASE_VERSION }}.nupkg
5252
asset_content_type: application/zip
5353

0 commit comments

Comments
 (0)