2024-01-06 12:47:32 +00:00
|
|
|
# Build Debian package GitHub Action
|
2020-03-25 21:27:56 +00:00
|
|
|
|
2020-03-29 21:39:39 +00:00
|
|
|
An action that builds a Debian package from source in a Docker container.
|
2020-03-25 21:27:56 +00:00
|
|
|
|
2020-03-25 22:13:26 +00:00
|
|
|
## Usage
|
|
|
|
|
2024-01-06 12:47:08 +00:00
|
|
|
See `action.yml` file in this repository for available options.
|
|
|
|
|
2020-03-25 22:13:26 +00:00
|
|
|
```yaml
|
|
|
|
- name: Build Debian package
|
2020-03-29 21:16:44 +00:00
|
|
|
uses: dawidd6/action-debian-package@v1
|
2020-03-25 22:13:26 +00:00
|
|
|
```
|