godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
284 stars 85 forks source link

Using git tags or branches is no longer supported. Pleas give a full git commit hash instead #298

Closed Gallilus closed 9 months ago

Gallilus commented 10 months ago

I am trying to add this link as a new asset. It is a GDExtension and as the asset upload page mentions this would be the preferred way of working.

So I was surprised to get this message. What are my alternatives?

image image

Calinou commented 10 months ago

You need to set the download provider to Custom instead of GitHub to be able to link to a ZIP file directly.

Gallilus commented 10 months ago

Thank you, Feels like a dumb oversight on my part. @Calinou I let it up to you, close this issue or leave it open so the error message gets more refined.