farizzdev/Export Godot 3.x Project
Export Godot 3.x projects to various platforms using GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| godot-link | URL to download Godot Headless binary. | yes | https://github.com/godotengine/godot/releases/download/3.6-stable/Godot_v3.6-stable_linux_headless.64.zip |
| templates-link | URL to download Godot Export Templates. | yes | https://github.com/godotengine/godot/releases/download/3.6-stable/Godot_v3.6-stable_export_templates.tpz |
| platform | Target platform to export (e.g., Android, HTML5). | yes | Android |
| filename | Name of the exported file. | yes | — |
| path | Template version path (e.g., 3.6.stable). | yes | 3.6.stable |
| user | Username for Android keystore. | — | — |
| keypass | Password for the Android keystore. | no | — |
Outputs
| name | description |
|---|---|
| artifact-path | Path to the exported artifact. |