Listing nupkg directory
Some checks failed
Build and publish MycroForge.CLI / test (push) Failing after 56s
Test MycroForge.CLI / test (push) Has been skipped

This commit is contained in:
mdnapo 2024-10-06 14:16:41 +02:00
parent 7d677d27c6
commit 52d2507891

View File

@ -25,5 +25,7 @@ jobs:
VERSION=$(grep '<Version>' < MycroForge.CLI.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
ls nupkg
# Push the package
dotnet nuget push "$(pwd)/nupkg/MycroForge.CLI.${VERSION}.nupkg" --source devdisciples
dotnet nuget push "$nupkg/MycroForge.CLI.$VERSION.nupkg" --source devdisciples