waldoapp/Upload to Waldo
Uploads your build (`.app`, `.ipa`, or `.apk`) to Waldo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build_path | The path to your `.app`, `.ipa`, or `.apk` build. Typically the build path is generated by a previous build action in your workflow. | yes | — |
| upload_token | The upload token associated with your app. Each application registered in Waldo is associated with a unique upload token. | yes | — |
| variant_name | An optional variant name. This is an arbitrary string to associate with this build. | no | "" |
| git_commit | The 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_branch | The 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_mode | If this mode is enabled, additional debug information is printed. | no | false |
| bin_path | The path to install Waldo CLI into for internal use. | no | /usr/local/bin |
Outputs
| name | description |
|---|---|
| build_id | A unique identifier for the build that you just uploaded. Empty if the upload failed. |