2020-03-25 22:13:26 +00:00
|
|
|
# Build Debian package Github Action
|
2020-03-25 21:27:56 +00:00
|
|
|
|
2020-03-25 22:13:26 +00:00
|
|
|
An action that builds a Debian package from source for specified distribution.
|
2020-03-25 21:27:56 +00:00
|
|
|
|
2020-03-25 22:13:26 +00:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
- name: Build Debian package
|
|
|
|
uses: dawidd6/action-debian-package@master
|
|
|
|
with:
|
2020-03-25 23:32:38 +00:00
|
|
|
directory: lolcat # relative to PWD, defaults to PWD
|
|
|
|
os: debian # or ubuntu, defaults to debian
|
2020-03-25 22:13:26 +00:00
|
|
|
```
|