From 3fa78b0ae1bd6d60082346a52fb699d6a6d58e3a Mon Sep 17 00:00:00 2001 From: amsga <49681949+amsga@users.noreply.github.com> Date: Sun, 3 May 2026 11:49:02 +0800 Subject: [PATCH] Fixed package-release.yml. --- .github/workflows/package-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index 78aafb6..b4e57d6 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -44,4 +44,4 @@ jobs: run: dotnet pack --configuration Release - name: Push NuGet - run: dotnet nuget push "Calendar/bin/Release/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_TOKEN }} --no-symbols --skip-duplicate + run: dotnet nuget push "TensionDev.Calendar/bin/Release/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_TOKEN }} --no-symbols --skip-duplicate