capawesome-team/Capawesome Cloud Live Update Action for GitHub Actions
Deploy Live Updates with Capawesome Cloud.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| appId | The Capawesome Cloud app ID. | yes | — |
| androidEq | The exact Android version code (`versionCode`) that the bundle does not support. | — | — |
| androidMax | The maximum Android version code (`versionCode`) that the bundle supports. | — | — |
| androidMin | The minimum Android version code (`versionCode`) that the bundle supports. | — | — |
| artifactType | The artifact type to deploy. Must be either `zip` or `manifest`. Defaults to `zip`. Used with cloud uploads only. | — | — |
| certificate | The name of the certificate to use for the cloud build. Triggers a cloud build. | — | — |
| channel | The channel(s) to deploy to, one per line or comma-separated. Deploying to multiple channels is supported for cloud builds only. Each channel is created automatically if it does not exist. | — | — |
| customProperties | Custom properties to assign to the bundle, one `key=value` pair per line or comma-separated. Maximum of 10. | — | — |
| environment | The name of the environment to use for the cloud build. Triggers a cloud build. | — | — |
| gitRef | The Git reference (branch, tag, or commit SHA) to associate with the bundle. For cloud builds, the reference that is built. | — | — |
| iosEq | The exact iOS bundle version (`CFBundleVersion`) that the bundle does not support. | — | — |
| iosMax | The maximum iOS bundle version (`CFBundleVersion`) that the bundle supports. | — | — |
| iosMin | The minimum iOS bundle version (`CFBundleVersion`) that the bundle supports. | — | — |
| path | For cloud uploads, the path to the bundle to upload (a folder or zip archive). For cloud builds, the path to the local source files. For self-hosted bundles, an optional zip archive used for code signing only. | — | — |
| privateKey | The private key to sign the bundle with. Either a path to a `.pem` file or the key content. Used with cloud uploads and self-hosted bundles only. | — | — |
| rolloutPercentage | The percentage of devices to deploy the bundle to (0-100). Defaults to 100. | — | — |
| stack | The build stack to use for the cloud build (e.g. `macos-sequoia` or `macos-tahoe`). Triggers a cloud build. | — | — |
| url | For self-hosted bundles, the URL of the bundle to register. For cloud builds, the URL of a zip archive to use as the build source. | — | — |
| variableFile | Path to a `.env` file with environment variables for the cloud build. Triggers a cloud build. | — | — |
| variables | Environment variables for the cloud build, one `key=value` pair per line or comma-separated. Triggers a cloud build. | — | — |
| token | The Capawesome Cloud API token. | yes | — |
Outputs
no outputs