ducky7go/Ducky NuGet Mod Publisher
Package and publish game mods to NuGet servers following the NuGet Mod Packaging Specification v1.0
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mod_folder_path | Path to the mod folder to package (relative to repository root or absolute) | yes | — |
| nuget_server | NuGet server URL (default: nuget.org) | no | https://api.nuget.org/v3/index.json |
| nuget_api_key | API key for NuGet server authentication (required unless using Trusted Publisher) | no | — |
| push | Whether to push the package to NuGet server after packing (set to false to only pack) | no | true |
Outputs
| name | description |
|---|---|
| success | true if packaging and publishing succeeded |
| package_path | path to the generated .nupkg file |
| version | package version that was published |
| error | error message if the action failed |