From 15eef59284370cdd39e0fe35b39ccb23bbfcff5c Mon Sep 17 00:00:00 2001 From: Malte Peters Date: Wed, 17 Dec 2025 00:01:37 +0100 Subject: [PATCH] Fixed Deploy Script --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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