We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b3350 commit 1ebfc17Copy full SHA for 1ebfc17
.github/workflows/publish.yml
@@ -47,7 +47,7 @@ jobs:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
with:
49
upload_url: ${{ steps.create_release.outputs.upload_url }}
50
- asset_path: ./nupkgs/stevekirks.SqlBulkCopyMerge.${{ env.RELEASE_VERSION }}.nupkg
+ asset_path: packaged/stevekirks.SqlBulkCopyMerge.${{ env.RELEASE_VERSION }}.nupkg
51
asset_name: stevekirks.SqlBulkCopyMerge.${{ env.RELEASE_VERSION }}.nupkg
52
asset_content_type: application/zip
53
0 commit comments