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
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Returning non-zero exit code when the action has failed is the most basic behavior of command line tools which allows them to be composed in scripts, CI pipelines, etc.
Also. the issue is more aggravating because of #254 .
Found space: Default (Spaces-1)
{
"SuccessfulPackages": [],
"FailedPackages": [
{
"Package": "/home/jan/dev/dotnet-daemon/artifacts/Skeleton.App_alpine-x64.1.1.0.tar.gz",
"Reason": "There was a problem with your request.\n\n - A package with the same ID and version already exists. To proceed anyway, specify an overwriteMode of OverwriteExisting or IgnoreIfExists.\n"
}
]
}
0
Returning non-zero exit code when the action has failed is the most basic behavior of command line tools which allows them to be composed in scripts, CI pipelines, etc.
Also. the issue is more aggravating because of #254 .
Example:
The package is already uploaded.
Output:
dotnet-octo --version
9.1.7dotnet --info