action-debian-package/README.md

14 lines
255 B
Markdown
Raw Normal View History

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:
directory: ./
os: debian
```