From db71beded664356c72717afb615ee10dea7e1142 Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Sun, 29 Dec 2024 03:40:20 -0500 Subject: [PATCH] debugging --- .github/workflows/nuget_gsl_arm64_package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}