diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88950d43..eaa91578 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,4 +20,4 @@ jobs: path: ./package - name: Publish to nuget - run: dotnet nuget push "./package/*.nupkg" --no-symbols true --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_KEY }} \ No newline at end of file + run: dotnet nuget push ".\package\*.nupkg" --no-symbols true --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_KEY }} \ No newline at end of file