fix: cleanup artifacts after liblogosdelivery build

This commit is contained in:
Roman 2026-04-22 14:43:41 +08:00
parent 06e57f62a3
commit f527a0a331
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -142,6 +142,10 @@ jobs:
echo "Built library:"
ls -l "$BINDINGS_DIR/lib/liblogosdelivery.so"
# Cleanup build artifacts
rm -rf .gh-pages/nim
- name: Verify wrapper library
run: |