Updated build.sh to automatically commit and push changes after successful build

This commit is contained in:
Your Name
2025-08-14 20:08:19 -04:00
parent b5e115ab26
commit ef2b13e511
8 changed files with 8057 additions and 63 deletions

6
update_nostr_core.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
git submodule update --remote nostr_core_lib
git add nostr_core_lib
git commit -m "Update nostr_core_lib submodule to latest version"