Skip to content

Commit

Permalink
Add missing parameters to README (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
shore authored Jun 12, 2024
1 parent 35f4725 commit 9a9ce39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ This is a GitHub Action wrapper around nFPM, used to produce DEBs and RPMs.
| `homepage` | Product homepage. | |
| `license` | Product usage license. | |
| `binary` | Binary location to package. | |
| `file_permissions` | Umask applied to all files in the package; if unspecified, the file permissions are unmodified during packaging. | |
| `user_owner` | Name of user that should own all files in the package | nFPM's default (root) |
| `group_owner` | Name of group that should own all files in the package | nFPM's default (root) |
| `config_dir` | Directory of configs in desired filesystem structure. | |
| `deb_depends` | Comma separated list of deb dependencies. | |
| `rpm_depends` | Comma separated list of rpm dependencies. | |
Expand Down

0 comments on commit 9a9ce39

Please sign in to comment.