actions-marketplace-validations/Upload a Build Artifact to Citrix ShareFile
Upload build artifacts to a specified destination on ShareFile.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Artifacts to upload. | yes | — |
| exclude | Paths to exclude from upload. Uses Powershell pattern rules. | no | — |
| destination | ShareFile destination to upload to. | yes | — |
| timeout | Http upload request timeout in milliseconds. | no | 120000 |
| client-id | ShareFile API Client ID | yes | — |
| client-secret | ShareFile API Client Secret | yes | — |
| username | ShareFile username | yes | — |
| password | ShareFile password | yes | — |
| subdomain | ShareFile company subdomain | yes | — |
| application-control-plane | Describes the domain that the ShareFile account is available on. For example: sharefile.com, securevdr.com, sharefile.eu, etc | no | sharefile.com |
Outputs
| name | description |
|---|---|
| share-url | URL share link for the Destination path. |