Fix Gitea seed recovery and workflow guards
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user