utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
585 stars 38 forks source link

Fix 4.x release pipeline and improve export templates #474

Closed chippmann closed 1 year ago

chippmann commented 1 year ago

This fixes the release pipeline for the 4.x releases.

It also improves the export templates by packing them into a tpz file (godot extension for export template archive. Basically this is just a zip with a renamed extension). With this the user can just import the export templates through the godot editor by choosing "Install from file": 2023-07-09-095322_720x291_scrot 2023-07-09-095414_700x500_scrot

Sample release can be found here: https://github.com/chippmann/godot-kotlin-jvm/releases/tag/0.7.0-4.0.0-SNAPSHOT

Note: I only tested the resulting linux editor and export template. The others still need testing

chippmann commented 1 year ago

Failing check is because of gpg key