⚙️ A GitHub Action for building Debian packages
Find a file
dependabot[bot] 0938358eee
build(deps): bump @actions/exec from 1.0.4 to 1.1.0
Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/@actions/core@1.1.0/packages/exec)

---
updated-dependencies:
- dependency-name: "@actions/exec"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 04:05:15 +00:00
.github Upgrade to GitHub-native Dependabot 2021-04-29 15:35:45 +00: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 Disable build dependencies install on Ubuntu 14.04 (trusty) 2021-04-26 23:01:13 +03:00
package-lock.json build(deps): bump @actions/exec from 1.0.4 to 1.1.0 2021-06-08 04:05:15 +00:00
package.json build(deps): bump @actions/exec from 1.0.4 to 1.1.0 2021-06-08 04:05:15 +00:00
post.js add post script 2020-12-09 23:07:13 +01:00
README.md README: rearrange comments 2021-04-27 07:48:55 +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