koenbollen/Defold Action
Build Defold projects for web, macOS and Windows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 13, 2026
- License
- None
Pinned Snippet
uses: koenbollen/defold-action@81313a32d3779923f97696613186f0812d67ede9 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| defold-channel | Which Defold channel to use (stable, beta, alpha). | no | stable |
| defold-version | Set to a specific version of Defold (e.g. 1.6.4). | no | latest |
| target-platform | Which platform to build for (win32, linux, wasm-web, wasm_pthread-web or all). | yes | win32 |
| variant | Build variant to use (e.g. debug, release). | no | "" |
| liveupdate | Set to true to enable live update support. | no | false |
| with-symbols | Set to true to generate the symbol file. | no | false |
| extra-config | Extra Defold .ini configuration that will be added to game.project. | no | — |
Outputs
| name | description |
|---|---|
| build-path | The path to the resulting build. |