https://github.com/dulvui/godot-4-html-export
Github Action for Godot 4.x HTML5 export
https://github.com/dulvui/godot-4-html-export
Last synced: about 1 year ago
JSON representation
Github Action for Godot 4.x HTML5 export
- Host: GitHub
- URL: https://github.com/dulvui/godot-4-html-export
- Owner: dulvui
- License: mit
- Created: 2023-11-16T19:32:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T22:39:58.000Z (over 1 year ago)
- Last Synced: 2025-01-24T23:22:28.822Z (over 1 year ago)
- Size: 13.7 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godot-html-export
Godot 4.x Github Action for HTML5 export.
If you are facing problems with the action or this README feels not complete, pull requests are welcome or open an issue.
## Table of contents
- [godot-html-export](#godot-html-export)
- [Table of contents](#table-of-contents)
- [Requirements](#requirements)
- [Parameters](#parameters)
- [How to use](#how-to-use)
- [Working examples](#working-examples)
- [License](#license)
## Requirements
- Godot Project
## Parameters
| key | required | default | description |
| ----|----------|---------|-------------|
| godot-version | true | . | Godot Engine version. Supported are 4.x versions. Check versions [here](https://github.com/godotengine/godot-builds/releases) |
| godot-channel | false | stable | Godot Engine release channel (stable, beta, rc1, rc2, rc3...). Defaults to 'stable' Check release channels [here](https://github.com/godotengine/godot-builds/releases) |
| working-directory | false | . | Path to project.godot file |
## How to use
Use the 4.x tag
```
- name: Godot HTML5 export
uses: dulvui/godot-4-html-export@v1
with:
godot-version: 4.2.2
```
## Working examples
You an find a working examples here:
https://github.com/dulvui/condor/blob/main/.github/workflows/upload-itchio.yml
## License
This software is licensed under the [MIT license](LICENSE).