forked from waja/action-debian-package
⚙️ A GitHub Action for building Debian packages
- exit if any variable is undefined - hopefully resolve the issue with directory mounting |
||
|---|---|---|
| .github/workflows | ||
| action.yml | ||
| Dockerfile | ||
| LICENSE | ||
| main.sh | ||
| README.md | ||
Build Debian package Github Action
An action that builds a Debian package from source for specified distribution.
Usage
- name: Build Debian package
uses: dawidd6/action-debian-package@master
with:
directory: lolcat # relative to PWD, defaults to PWD
os: debian # or ubuntu, defaults to debian