5thcolumn/Debian Package Builder
Generates A Debian package based on inputs provided in action set.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 11, 2023
- License
- None
Pinned Snippet
uses: 5thcolumn/deb_package_builder@d1251b895cc1b683aa27489afec2eee62a335a41 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| src_dir | Directory that houses file & directory structure that will be injected into the package | yes | ${{ github.workspace }}/package_root |
| version | Version of the package to build | yes | — |
| name | The debian package name | yes | — |
| arch | The debian package architecture to build towards | yes | all |
| dependencies | A list of debian packages to add as dependencies | no | — |
| binary_dir | Directory to write the created package to | yes | ${{ github.workspace }}/debian_packages/ |
Outputs
| name | description |
|---|---|
| binary_package_path | The path where the package is built and saved to in the target workspace |