⚙️ A GitHub Action for building Debian packages
Find a file
2020-11-08 21:12:55 +01:00
.github/workflows workflows: proper triggers 2020-11-08 21:12:55 +01:00
node_modules node_modules: update 2020-07-25 12:21:44 +02:00
action.yml update 2020-03-26 15:37:35 +01:00
LICENSE init 2020-03-25 23:13:26 +01:00
main.js Symlinks are transformed as well, which leads into broken symlinks. 2020-11-08 19:40:45 +01:00
package-lock.json build(deps): bump docker-hub-utils from 1.10.36 to 1.10.37 2020-10-24 23:22:31 +00:00
package.json build(deps): bump docker-hub-utils from 1.10.36 to 1.10.37 2020-10-24 23:22:31 +00: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