Files
rpmbuild/action.yml
2020-03-30 16:01:02 +05:30

14 lines
251 B
YAML

name: 'rpmbuild'
description: 'Build RPM from spec file and source code'
author: 'Naveenraj M'
inputs:
spec_file:
description: 'path to the spec file'
required: true
default: '*.spec'
runs:
using: 'docker'
image: 'Dockerfile'