⚙️ A GitHub Action for building Debian packages
Find a file
Dawid Dziurla ae0c8188ee
main: update
- exit if any variable is undefined
- hopefully resolve the issue with directory mounting
2020-03-26 00:58:10 +01:00
.github/workflows init 2020-03-25 23:13:26 +01:00
action.yml init 2020-03-25 23:13:26 +01:00
Dockerfile Dockerfile: install dpkg-dev package first 2020-03-25 23:20:19 +01:00
LICENSE init 2020-03-25 23:13:26 +01:00
main.sh main: update 2020-03-26 00:58:10 +01:00
README.md README: add comments 2020-03-26 00:32:38 +01:00

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