⚙️ A GitHub Action for building Debian packages
Find a file
Dawid Dziurla a2a1c74be6
workflows: test openssl instead of curl
It takes too long to build curl
2020-03-26 17:26:31 +01:00
.github/workflows workflows: test openssl instead of curl 2020-03-26 17:26:31 +01:00
node_modules update 2020-03-26 15:37:35 +01: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: drop -security and -backports suffixes from distribution 2020-03-26 17:10:18 +01:00
package-lock.json update 2020-03-26 15:37:35 +01:00
package.json update 2020-03-26 15:37:35 +01:00
README.md update 2020-03-26 15:37:35 +01:00

Build Debian package Github Action

An action that builds a Debian package from source.

Usage

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