From e7352b9bd3adccd19c09f78455690b90a9d28961 Mon Sep 17 00:00:00 2001 From: Vinnie Fialok Date: Fri, 5 Jul 2024 09:42:21 +1000 Subject: [PATCH] fixed .nupkg directory --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d1ec1fa..0d580ecf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,4 +45,4 @@ jobs: - name: Push NuGet Package to NuGet Gallery run: | nuget setapikey ${{ secrets.NUGET_API_KEY }} - nuget push bin/WTG.Analyzers.${{ steps.version.outputs.version-without-v }}.nupkg -Source https://api.nuget.org/v3/index.json + nuget push ${{ env.NUGET_DIR }}/WTG.Z.Blazor.Diagrams.${{ steps.version.outputs.version-without-v }}.nupkg -Source https://api.nuget.org/v3/index.json