fix: integrate protocol sync into CI/CD and update documentation

This commit is contained in:
MacBook
2026-04-22 17:01:00 +02:00
parent 6a26731fa7
commit 1dae8539f5
5 changed files with 23 additions and 12 deletions
+5
View File
@@ -51,6 +51,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Sync Protocol Constants
run: |
chmod +x ./scripts/sync-constants.sh
./scripts/sync-constants.sh
- name: Create Extension Zip
run: |
zip -r koala-sync-extension.zip extension/ -x "*.DS_Store*"