Trying with full path
Some checks failed
Build and publish MycroForge.CLI / test (push) Failing after 49s
Test MycroForge.CLI / test (push) Has been skipped

This commit is contained in:
mdnapo 2024-10-06 14:13:22 +02:00
parent 0f85244681
commit 7d677d27c6

View File

@ -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