actions-marketplace-validations/action-upload-bintray
Upload files to JFrog Bintray
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the file that should be uploaded | yes | — |
| api_url | URL of the Bintray API server | no | https://api.bintray.com |
| api_user | Username for API usage | yes | — |
| api_key | Key for API usage, it can be obtained from the user profile page | yes | — |
| gpg_passphrase | Passphrase for GPG key, see https://bintray.com/docs/api/#gpg_signing_passphrase. Only required when using a password-protected GPG key. | no | — |
| repository_user | Repository owner username | yes | — |
| repository | Name of the repository | yes | — |
| package | Name of the package | yes | — |
| version | Version of the package | yes | — |
| upload_path | Upload path at Bintray site. Some repository layouts require this, e.g. for Debian it is typical to use pool/main/m. Does not need leading or trailing slashes. | no | / |
| publish | Whether to publish the package right away, use "1" to enable | no | 0 |
| calculate_metadata | Whether to let Bintray re-calculate metadata of the repository | — | true |
| deb_distribution | Debian only, required when targeting Debian using the Automatic index layout | no | — |
| deb_component | Debian only | no | — |
| deb_architecture | Debian only, required when targeting Debian. Example i386,amd64 | no | — |
Outputs
no outputs