Trying with full path
This commit is contained in:
@@ -26,4 +26,4 @@ jobs:
|
||||
VERSION=$(grep '<Version>' < MycroForge.CLI.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
|
||||
|
||||
# Push the package
|
||||
dotnet nuget push nupkg/MycroForge.CLI.${VERSION}.nupkg --source devdisciples
|
||||
dotnet nuget push "$(pwd)/nupkg/MycroForge.CLI.${VERSION}.nupkg" --source devdisciples
|
||||
|
||||
Reference in New Issue
Block a user