Skip to content

secondlife/setup-nfpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Setup nFPM

This GitHub Action downloads and installs the nFPM tool so that you can use it with your workflows.

Usage

Basic:

steps:
  - uses: actions/checkout@v6
  - uses: secondlife/setup-nfpm@v5
    with:
      version: 2.33.1  # Optional version
  - run: |
      nfpm pkg --packager deb --target dist/

For additional information on how to use nFPM see https://nfpm.goreleaser.com/ .

About

GitHub action to install nFPM

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors