SkriptLang / Skript

Skript is a Spigot plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
https://docs.skriptlang.org
GNU General Public License v3.0
1.06k stars 368 forks source link

Fix releaseDocs looking for wrong Skript jar #6789

Closed APickledWalrus closed 3 months ago

APickledWalrus commented 3 months ago

Description

Automatic release documentation has not been working for some time now. This was caused by https://github.com/SkriptLang/Skript/pull/6628 not updating the releaseDocs check which expected the jar name to be 'Skript-github.jar' rather than the versioned name (e.g. 'Skript-2.8.7.jar'). Since the jar name was wrong, it could not be copied over properly for testing. I have verified that the Skript jar is properly copied over now.


Target Minecraft Versions: any Requirements: none Related Issues: none