hiimjasmine00/Release Geode Mod
A GitHub action that releases a new version of a mod for Geode, a Geometry Dash mod loader.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token to use for the release. | yes | — |
| path | The path to the mod directory. Defaults to the current directory. | no | ./ |
| replace | Whether or not to replace an existing release. Defaults to false. | no | false |
| draft | Whether or not to create a draft release. Defaults to false. | no | false |
| prerelease | Whether or not to create a pre-release. Defaults to false. | no | false |
| workflow | The workflow file in .github/workflows to use for the release. Defaults to the first file running the build-geode-mod action. | no | "" |
| branch | The branch to pick the artifacts from. Defaults to all branches. | no | "" |
Outputs
| name | description |
|---|---|
| url | The URL of the GitHub release. |