firebelley/Godot Export
Automatically exports your Godot games.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| godot_executable_download_url | The download url of the Linux Headless Godot executable. | yes | — |
| godot_export_templates_download_url | The url of the export templates corresponding to the Godot executable version. | yes | — |
| relative_project_path | The path relative to the root of the git repository that contains the "project.godot" file. | yes | — |
| archive_output | If "true", all exported files will be archived into a ".zip" file. | no | false |
| archive_root_folder | If "true", files that are archived will be placed in a root folder within the archive. | no | false |
| cache | If "true", the Godot executable and export templates will be cached in the GitHub Actions workspace. | no | false |
| relative_export_path | If provided, exports will be moved to this directory relative to the root of the Git repository. This setting is overridden by "use_preset_export_path". | no | "" |
| use_preset_export_path | If set to true, exports will be moved to directory defined in "export_presets.cfg" relative to "relative_project_path". Prioritized over "relative_export_path". | no | false |
| wine_path | The absolute path to the wine binary. If specified, Godot will use this to run rcedit to update Windows exe icons. | no | "" |
| export_debug | If "true" Godot will export in debug mode. | no | false |
| verbose | If "true" the --verbose flag will be added when exporting Godot projects. | no | false |
| use_godot_3 | Build using Godot 3 executable (NOTE: `godot_executable_download_url` and `godot_export_templates_download_url` still need to be configured to download the correct version.) | no | false |
| export_as_pack | Export project files as a .pck file. | no | false |
| presets_to_export | A comma-separated list of export presets to export. If not specified, all presets will be exported. | no | "" |
Outputs
| name | description |
|---|---|
| build_directory | The directory containing exports prior to archiving (if applicable). |
| archive_directory | The directory containing archived exports if "archive_output" is set. |