Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Dec 29, 2024
1 parent 1a27ef9 commit db71bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_gsl_arm64_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit db71bed

Please sign in to comment.