⚙️ A GitHub Action for building Debian packages
Find a file
Dawid Dziurla 3bed6d5997
Merge pull request #10 from dawidd6/dependabot-npm_and_yarn-actions-core-1.2.5
build(deps): bump @actions/core from 1.2.4 to 1.2.5
2020-09-23 16:54:11 +02:00
.github/workflows workflows: on push to any branch 2020-07-25 12:37:11 +02: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 main: provide default input values 2020-07-25 12:29:47 +02:00
package-lock.json build(deps): bump @actions/core from 1.2.4 to 1.2.5 2020-08-27 02:48:16 +00:00
package.json build(deps): bump @actions/core from 1.2.4 to 1.2.5 2020-08-27 02:48:16 +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