orbit-online/μpkg bundle
Uses μpkg to create a μpkg tarball package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 6, 2026
- License
- MIT
Pinned Snippet
uses: orbit-online/upkg-bundle@e9707becb5e8a44af1653d0ac9e41f51f2b2e67e # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| upkg-version | The version of μpkg to use for bundling | no | "" |
| name | The name of the package, will override the name already set in `upkg.json` | no | "" |
| version | The version to write to upkg.json, corresponds to `-V` in `upkg bundle` | no | ---auto--- |
| dest | The package destination, corresponds to `-d` in `upkg bundle`. | no | "" |
| paths | Argument (space separated) list of relative paths to files and directories to include in the package. | no | "" |
| working-directory | The working directory to change to before bundling. | no | . |
Outputs
| name | description |
|---|---|
| name | The name of the bundled package |
| version | The version of the bundled package |
| dest | The location of the bundled package |
| basename | The basename of the bundled package |
| sha256 | The SHA-256 checksum of the bundled package |