9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Fix API publish

This commit is contained in:
Dreeam
2025-04-14 12:18:08 -04:00
parent 7ac4a1bd0a
commit b700aec51a
2 changed files with 5 additions and 15 deletions

View File

@@ -88,7 +88,7 @@ if [ $IS_UNSUPPORTED = true ]; then
fi
# Dev build warning
if [ "$IS_DEV" = true ]; then
if [ $IS_DEV = true ]; then
{
echo ""
echo "> [!WARNING]"