actions-marketplace-validations/Upload to Waldo

Uploads your build (`.app`, `.ipa`, or `.apk`) to Waldo.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
build_pathThe path to your `.app`, `.ipa`, or `.apk` build. Typically the build path is generated by a previous build action in your workflow. yes
upload_tokenThe upload token associated with your app. Each application registered in Waldo is associated with a unique upload token. yes
variant_nameAn optional variant name. This is an arbitrary string to associate with this build. no""
git_commitThe originating git commit hash. This is the hash of the originating git commit (also known as the “git SHA”) for this build. If omitted, Waldo attempts to infer the git commit from the CI provider (if any) or from the current git repository (if accessible). no""
git_branchThe originating git commit branch name. This is the branch name (if any) of the originating git commit for this build. If omitted, Waldo attempts to infer the git branch name from the CI provider (if any) or from the current git repository (if accessible). no""
is_debug_modeIf this mode is enabled, additional debug information is printed. nofalse
bin_pathThe path to install Waldo CLI into for internal use. no/usr/local/bin
namedescription
build_idA unique identifier for the build that you just uploaded. Empty if the upload failed.