⚙️ A GitHub Action for building Debian packages
Find a file
Dawid Dziurla d9aa273ced
Merge pull request #23 from dawidd6/dependabot-npm_and_yarn-docker-hub-utils-1.10.39
build(deps): bump docker-hub-utils from 1.10.37 to 1.10.39
2021-02-15 11:07:41 +01:00
.github/workflows workflows: use import/ refs from launchpad 2020-11-12 18:03:13 +01:00
node_modules node_modules: update 2020-11-12 16:37:43 +01:00
action.yml action: add post run 2020-12-09 23:06:47 +01:00
LICENSE init 2020-03-25 23:13:26 +01:00
main.js main: remove -tc flag from dpkg-buildpackage 2021-01-02 23:27:33 +01:00
package-lock.json build(deps): bump docker-hub-utils from 1.10.37 to 1.10.39 2021-02-15 05:08:36 +00:00
package.json build(deps): bump docker-hub-utils from 1.10.37 to 1.10.39 2021-02-15 05:08:36 +00:00
post.js add post script 2020-12-09 23:07:13 +01:00
README.md README: inform that Docker is involved 2020-03-29 23:39:39 +02:00

Build Debian package Github Action

An action that builds a Debian package from source in a Docker container.

Usage

- name: Build Debian package
  uses: dawidd6/action-debian-package@v1
  with:
    source_directory: lolcat # optional, relative to workspace directory
    artifacts_directory: output # optional, relative to workspace directory