This commit is contained in:
Dawid Dziurla 2020-03-26 13:26:07 +01:00
parent b367c08be4
commit d9becc67b6
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
4 changed files with 42 additions and 27 deletions

View file

@ -8,6 +8,7 @@ An action that builds a Debian package from source.
- name: Build Debian package
uses: dawidd6/action-debian-package@master
with:
directory: lolcat # optional, relative to workspace directory
source_directory: lolcat # optional, relative to workspace directory
artifacts_directory: output # optional, relative to workspace directory
os: debian # or ubuntu, defaults to debian
```