Updated else statment to work proerly
All checks were successful
godot-ci export / Prepare Build Assets (push) Successful in 1m20s
godot-ci export / Windows Export (push) Successful in 45s
godot-ci export / Linux Export (push) Successful in 45s
godot-ci export / Steam Publish (push) Successful in 1m2s

This commit is contained in:
2025-07-07 07:47:18 -07:00
parent 192bb51aa4
commit 376e408f0b

View File

@ -26,7 +26,6 @@ jobs:
echo "No export template download link provided, cancelling build" echo "No export template download link provided, cancelling build"
echo "Please set the EXPORT_TEMPLATE_DOWNLOAD_LINK secret in Gitea" echo "Please set the EXPORT_TEMPLATE_DOWNLOAD_LINK secret in Gitea"
exit 1 exit 1
fi
else else
echo "Found EXPORT_TEMPLATE_DOWNLOAD_LINK" echo "Found EXPORT_TEMPLATE_DOWNLOAD_LINK"
fi fi
@ -183,7 +182,6 @@ jobs:
echo "No Steam Username variable, cancelling build" echo "No Steam Username variable, cancelling build"
echo "Please set the STEAM_BUILD_USERNAME variable in Gitea" echo "Please set the STEAM_BUILD_USERNAME variable in Gitea"
exit 1 exit 1
fi
else else
echo "Found STEAM_BUILD_USERNAME" echo "Found STEAM_BUILD_USERNAME"
fi fi
@ -192,7 +190,6 @@ jobs:
echo "No Steam Password secret, cancelling build" echo "No Steam Password secret, cancelling build"
echo "Please set the STEAM_BUILD_PASSWORD secret in Gitea" echo "Please set the STEAM_BUILD_PASSWORD secret in Gitea"
exit 1 exit 1
fi
else else
echo "Found STEAM_BUILD_PASSWORD" echo "Found STEAM_BUILD_PASSWORD"
fi fi
@ -201,7 +198,6 @@ jobs:
echo "No Steam Guard Code secret, cancelling build" echo "No Steam Guard Code secret, cancelling build"
echo "Please set the STEAM_GUARD_CODE secret in Gitea" echo "Please set the STEAM_GUARD_CODE secret in Gitea"
exit 1 exit 1
fi
else else
echo "Found STEAM_GUARD_CODE" echo "Found STEAM_GUARD_CODE"
fi fi