Skip to content
Artboard

Upload build to Autify for Mobile

Actions
Upload a build file to Autify for Mobile
v2.4.0
Latest
Verified creator
Star (3)

Tags

 (1)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

actions-mobile-build-upload status

Upload build to Autify for Mobile

Upload a build file to Autify for Mobile.

See our official documentation to get started: https://help.autify.com/mobile/docs/github-actions-integration

Usage

Upload iOS build file to Autify for Mobile

- 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

Upload Android build file to Autify for Mobile

- 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

Options

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"

Outputs

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."

Migrations

v2 from v1

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.

About

Upload a build file to Autify for Mobile
v2.4.0
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Tags

 (1)

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.