sidestore-connect/Upload Build to SideStore Connect
Uploads a new build for an app to the specified SideStore Connect instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| instance_url | Base URL of your SideStore Connect instance | yes | https://connect.sidestore.io |
| access_token | Your personal access token | yes | — |
| app_bundle_id | The app's bundle identifier | yes | — |
| app_version | The app version number for which this build should be uploaded | yes | — |
| release_channel | The release channel for the version if a new version should be created | no | — |
| version_description | App version description to show in the store | no | — |
| allow_create_new_version | Boolean indicating whether a new version can be created when the `version` does not already exist | yes | true |
| publish | Boolean indicating whether to publish the app version after uploading | yes | false |
| app_file | The file path to the compiled app | yes | App.ipa |
Outputs
no outputs