actions-marketplace-validations/Build using QPM and NDK
Build a QPM package using NDK
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 25, 2020
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/sc2ad_questndkbuildaction@b697f685e75bcf87f50ca95ea5f4baa7e99a9793 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token | yes | — |
| workspace | Github workspace | yes | — |
| libname | The library prefix to use. Should be the QPM ID. | yes | — |
Outputs
| name | description |
|---|---|
| libname | Name of the created .so (includes extension) |
| release-path | Path to the release .so |
| debug-path | Path to the debug .so |