You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
action-fpm
v0.9.0
Github action to build packages for multiple platforms using fpm.
name: Example workflow yml
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Package
uses: bpicode/github-action-fpm@master
with:
fpm-args: '--debug -n mypackage -t deb -s dir ./build'
See action.yml.
Feel free to file an issue, open a pull request, etc.