diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d1eae9..cc176e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,4 +79,5 @@ jobs: run: | foreach($file in (Get-ChildItem "${{ env.NuGetDirectory }}" -Recurse -Include *.nupkg)) { dotnet nuget push $file --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate - } \ No newline at end of file + } +