autifyhq/Upload build to Autify for Mobile
Upload a build file to Autify for Mobile.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | Access token of Autify for Mobile. | yes | — |
| workspace-id | Workspace ID to upload the build file. | yes | — |
| build-path | File path to the iOS app (*.app) or Android app (*.apk). | yes | — |
| autify-path | A path to `autify` which will be used to invoke Autify CLI internally. Default is searching from PATH. | no | autify |
| autify-cli-installer-url | Autify CLI installer URL | no | https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash |
Outputs
| name | description |
|---|---|
| exit-code | Exit code of autify-cli. 0 means succeeded. |
| build-id | Returned build id on the workspace. |
| log | Log of stdout and stderr. |