diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b3c6226..52ec07c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -133,7 +133,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: src/AspNetCore.MailKitMailer/bin/Release/net9.0/AspNetCore.MailKitMailer.dll + asset_path: src/AspNetCore.MailKitMailer/bin/Release/net10.0/AspNetCore.MailKitMailer.dll asset_name: AspNetCore.MailKitMailer.dll asset_content_type: application/octet-stream - name: Publish package to nuget