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 48bf3dc commit f583497Copy full SHA for f583497
.github/workflows/dotnet.yml
@@ -52,4 +52,4 @@ jobs:
52
- name: Publish NuGet
53
if: github.ref == 'refs/heads/master' && matrix.configuration == 'release'
54
run: |
55
- dotnet nuget push "ICSharpCode.AvalonEdit/bin/Release/AvalonEdit*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/${{ github.repository_owner }}
+ dotnet nuget push "ICSharpCode.AvalonEdit\bin\Release\AvalonEdit*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/${{ github.repository_owner }}
0 commit comments