action-debian-package/README.md

13 lines
270 B
Markdown
Raw Permalink Normal View History

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
See `action.yml` file in this repository for available options.
2020-03-25 22:13:26 +00:00
```yaml
- name: Build Debian package
uses: dawidd6/action-debian-package@v1
2020-03-25 22:13:26 +00:00
```