⚙️ A GitHub Action for building Debian packages
Find a file
2021-07-09 23:49:41 +02:00
.github/workflows workflows: switch to dropbear 2021-04-27 09:57:08 +02:00
node_modules node_modules: update 2020-11-12 16:37:43 +01:00
action.yml Add optional os_distribution parameter 2021-04-27 14:27:28 +03:00
LICENSE init 2020-03-25 23:13:26 +01:00
main.js Add optional os_distribution parameter 2021-04-27 14:27:28 +03:00
package-lock.json build(deps): bump @actions/core from 1.2.6 to 1.2.7 2021-04-14 05:08:22 +00:00
package.json build(deps): bump @actions/core from 1.2.6 to 1.2.7 2021-04-14 05:08:22 +00:00
post.js add post script 2020-12-09 23:07:13 +01:00
README.md Update README.md 2021-07-09 23:49:41 +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:
    # Optional, relative to workspace directory
    source_directory: lolcat
    # Optional, relative to workspace directory
    artifacts_directory: output
    # Optional, value from `debian/changelog` is used if not defined
    os_distribution: bionic