diff --git a/.github/workflows/nuget_gsl_arm64_package.yml b/.github/workflows/nuget_gsl_arm64_package.yml index 3d4b8547a..2aa0b75e4 100644 --- a/.github/workflows/nuget_gsl_arm64_package.yml +++ b/.github/workflows/nuget_gsl_arm64_package.yml @@ -68,4 +68,4 @@ jobs: # Step 7: Publish the NuGet package to GitHub Packages - name: Publish NuGet package to GitHub Packages run: | - nuget push *.nupkg -Source https://nuget.pkg.github.com/alexlancaster/index.json -ApiKey ${{ secrets.PACKAGES_TOKEN }} + nuget push *.nupkg -Verbosity detailed -Source https://nuget.pkg.github.com/alexlancaster/index.json --api-key ${{ secrets.PACKAGES_TOKEN }}