tuxecure/Zip it
zip all the files needs to run the script in a zip file ready to rumble
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| prefix | the prefix into which it will be installed | yes | ${HOME}/.local |
| owner | the user/organization under who the package will be released | yes | ${{ github.repository_owner }} |
| repo_name | name of the repository | yes | ${{ github.event.repository.name }} |
| pkgrel | the release version | yes | ${{ github.ref_name }} |
| pkg_directories | directories to be zipped | yes | — |
| package_name | name of the zip | yes | ${{ github.event.repository.name }} |
| bin | files that go in the bin directory | no | — |
| lib | files that go in the lib directory | no | — |
| share | files that go in the share directory | — | — |
| data_directory | files that go in the share/<package_name> directory | — | — |
| config | config files for the package | — | — |
Outputs
no outputs