MewPurPur / GodSVG

A vector graphics application for structured SVG editing, available on all major desktop platforms. Currently in late alpha.
https://godsvg.com
MIT License
1.3k stars 62 forks source link

Github actions still using 4.2.2 #818

Closed MewPurPur closed 3 months ago

MewPurPur commented 3 months ago

Artifacts don't really work, because they are on 4.2.2 instead of the 4.3 betas. The generation relies on something that right now assumes Godot will be a stable version, so it's not as simple as changing a number.

Currently thinking of just changing the ".stable" text in the Godot setup to beta3 temporarily.

MewPurPur commented 3 months ago

Fixed by #820