Skip to content

Commit

Permalink
Fix push in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Mar 17, 2023
1 parent 6d8a95f commit bbdad18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
{
"name": "Push packages to NuGet",
"run": "dotnet nuget push 'dist/*.nupkg' --api-key ${{ secrets.NUGET_PUSH_KEY }}"
"run": "dotnet nuget push dist/ --api-key ${{ secrets.NUGET_PUSH_KEY }}"
}
]
}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bin/
obj/
dist/

0 comments on commit bbdad18

Please sign in to comment.