⚙️ A GitHub Action for building Debian packages
| .github/workflows | ||
| node_modules | ||
| action.yml | ||
| LICENSE | ||
| main.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Build Debian package Github Action
An action that builds a Debian package from source.
Usage
- 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
os: debian # or ubuntu, defaults to debian