Fix Gitea seed recovery and workflow guards

This commit is contained in:
2026-06-21 22:33:30 +09:00
parent 0cec44a0e1
commit a95198cf8c
6 changed files with 299 additions and 14 deletions
+1
View File
@@ -44,6 +44,7 @@ def main():
print("\nNext step: npm run prepare-upload-zip")
except Exception as e:
print(f"Error: {e}")
raise SystemExit(1)
if __name__ == "__main__":
main()