test-action-debian-package/README.md
Dawid Dziurla 9308795b8b
update
2020-03-26 15:37:35 +01:00

14 lines
344 B
Markdown

# Build Debian package Github Action
An action that builds a Debian package from source.
## Usage
```yaml
- name: Build Debian package
uses: dawidd6/action-debian-package@master
with:
source_directory: lolcat # optional, relative to workspace directory
artifacts_directory: output # optional, relative to workspace directory
```