Upload build to Autify for Mobile
ActionsTags
(1)Verified
Upload a build file to Autify for Mobile.
See our official documentation to get started: https://help.autify.com/mobile/docs/github-actions-integration
- uses: autifyhq/actions-mobile-build-upload@v2
with:
access-token: ${{ secrets.AUTIFY_MOBILE_ACCESS_TOKEN }}
workspace-id: AAA
build-path: /path/to/your-app.app
- uses: autifyhq/actions-mobile-build-upload@v2
with:
access-token: ${{ secrets.AUTIFY_MOBILE_ACCESS_TOKEN }}
workspace-id: AAA
build-path: /path/to/your-app.apk
access-token:
required: true
description: "Access token of Autify for Mobile."
workspace-id:
required: true
description: "Workspace ID to upload the build file."
build-path:
required: true
description: "File path to the iOS app (*.app) or Android app (*.apk)."
autify-path:
required: false
default: "autify"
description: "A path to `autify` which will be used to invoke Autify CLI internally. Default is searching from PATH."
autify-cli-installer-url:
required: false
default: "https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash"
description: "Autify CLI installer URL"
exit-code:
description: "Exit code of autify-cli. 0 means succeeded."
log:
description: "Log of stdout and stderr."
build-id:
description: "Returned build id in the workspace."
Most of the case, v2 is compatible with v1 inputs. Please try to migrate to v2 because v1 is no more maintained.
Upload build to Autify for Mobile is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.