2020-03-25 22:13:26 +00:00
|
|
|
# Build Debian package Github Action
|
2020-03-25 21:27:56 +00:00
|
|
|
|
2020-03-26 09:34:31 +00:00
|
|
|
An action that builds a Debian package from source.
|
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-26 12:26:07 +00:00
|
|
|
source_directory: lolcat # optional, relative to workspace directory
|
|
|
|
artifacts_directory: output # optional, relative to workspace directory
|
2020-03-25 22:13:26 +00:00
|
|
|
```
|