From 6b06f38eaeb6848589bd6bac811fda3a00bfa065 Mon Sep 17 00:00:00 2001 From: hoak Date: Thu, 7 Oct 2021 17:59:49 +0100 Subject: [PATCH] Fixing github asset path. (#4) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6efd311..41aaf6c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,6 +46,6 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.ACCESS_TOKEN }} - file: Bonfidanet.Client/bin/Release/net5.0/ref/Solnet.Serum.dll + file: Bonfidanet.Client/bin/Release/net5.0/ref/Bonfidanet.Client.dll tag: ${{ steps.publish_nuget.outputs.VERSION }} upload_url: ${{ steps.create_release.outputs.upload_url }} \ No newline at end of file