Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down