Skip to content

Commit

Permalink
ci: fix nuget path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Oct 16, 2024
1 parent a1fe5fe commit 93c20ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
name: nuget

- name: Push to GitHub feed
run: dotnet nuget push nuget/*.nupkg
run: dotnet nuget push *.nupkg
--api-key "${{secrets.GITHUB_TOKEN}}"
--source "https://nuget.pkg.github.com/${{github.repository_owner}}/"
--skip-duplicate
Expand Down

0 comments on commit 93c20ba

Please sign in to comment.