⚙️ A GitHub Action for building Debian packages
Find a file
2020-03-26 01:00:26 +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: change container name 2020-03-26 01:00:26 +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