ohosvscode/Download OpenHarmony SDK
Download OpenHarmony SDK for CI/CD workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | SDK version to download, default is `API18` | yes | API18 |
| arch | SDK architecture, default is `X86` | no | X86 |
| os | SDK operating system, default is `Linux` | no | Linux |
| cache_dir | Cache directory for downloaded files, default is `.cache/sdk` | no | .cache/sdk |
| target_dir | Target directory to extract SDK, default is `sdk` | no | sdk |
| clean | Whether to clean cache after download, default is `true` | no | true |
| log_type | Log type, (default: explicit), can be explicit, full, or silent | no | explicit |
| log_timeout | Timeout for log output in milliseconds, default is 5000ms | no | 5000 |
| cache | Whether to cache the downloaded SDK, default is `true` | no | true |
Outputs
| name | description |
|---|---|
| sdkPath | Path to the extracted SDK |