cpp-playground/Upload to vcpkg registry
Add or update a C++ port to a given Git vcpkg registry.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package_name | Name of the package to upload to the vcpkg registry. | yes | — |
| package_version | Version of the package. Must match an already released tag. | yes | — |
| package_dep_file | Path to the vcpkg.json file for the package relative to the source repository root. | no | ./vcpkg.json |
| package_port_file | Path to portfile.cmake file for the package relative to the source repository root. | no | ./portfile.cmake |
| registry | vcpkg target registry (owner/repository) | yes | — |
| registry_access_token | Token used to access the target registry | yes | — |
Outputs
no outputs