From f1e149a1c5b4ac5a75ceb2816e29c3d7fc87237e Mon Sep 17 00:00:00 2001 From: NostraThomas99 <34015422+NostraThomas99@users.noreply.github.com> Date: Sat, 6 Apr 2024 22:55:06 -0500 Subject: [PATCH] Update publish.yaml --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ce1eb81ff..ed5502ca6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -37,7 +37,7 @@ jobs: run: dotnet build --no-restore -c Release RotationSolver/RotationSolver.csproj -p:AssemblyVersion=${{ env.tag }} -p:FileVersion=${{ env.tag }} -p:PackageVersion=${{ env.tag }} -p:InformationalVersion=${{ env.tag }} --output .\build - name: Publish RS.Basic Nuget - run: dotnet nuget push .\build\RotationSolver.Basic.${{ env.tag }}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json + run: dotnet nuget push .\build\RotationSolver.Basic.*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json - name: Zip Plugin run: Compress-Archive -Path .\build\* -DestinationPath .\build\RotationSolver.zip