Can't upload my extension :(

I uploaded my extension to gdevelop’s github page but it keeps telling me this:

" Thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with non Latin characters (“ASCII”) can cause issues, our system won’t allow file names with other characters than Latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines "

I changed the extension name to be all PascalCase after this but it was still giving me the same error over and over no matter what I did, please help.

1 Like

Hi,

After exporting your extension from GDevelop, open the JSON file and compress it into a ZIP archive, make sure the ZIP contains only the JSON file. Name the ZIP file same as the JSON file. Then upload it to GitHub; it should pass the CI.

Hope this helps.

2 Likes

THANK YOU! I needed to make the zip file name the same as the json for it to work.

1 Like