You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix mixed path separators in NuGet push on Windows (#393)
Use PowerShell with $env:GITHUB_WORKSPACE and backslash separators
for dotnet nuget push. Use relative paths for GitHub Release action
which handles glob expansion internally.
0 commit comments