action-debian-package/action.yml
2020-10-26 22:48:22 +00:00

22 lines
591 B
YAML

name: Build Debian package
description: Build Debian package from source for selected target release
branding:
color: red
icon: package
inputs:
source_directory:
description: Directory where Debian sources are, relative to workspace
required: false
default: ./
artifacts_directory:
description: Directory where build artifacts will be placed, relative to workspace
required: false
default: ./
target_architecture:
description: Target architecture of Debian package to build
required: false
default: "armhf"
runs:
using: node12
main: main.js