We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50617f commit 8e16311Copy full SHA for 8e16311
.github/workflows/CI.yml
@@ -67,4 +67,4 @@ jobs:
67
dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}/packages
68
dotnet test ${GITHUB_WORKSPACE}/Test
69
- name: Push packages to GitHub Packages
70
- run: dotnet nuget push ${{GITHUB_WORKSPACE}}/packages/'*.nupkg' --skip-duplicate
+ run: dotnet nuget push ${GITHUB_WORKSPACE}/packages/'*.nupkg' --skip-duplicate
0 commit comments