Update build-and-deploy-plugins.yml

This commit is contained in:
BushraS-Protean
2025-05-20 16:06:27 +05:30
committed by GitHub
parent f5a47cf30f
commit 8d47756b9e

View File

@@ -70,6 +70,13 @@ jobs:
docker run --rm -v "$(pwd)":/app -w /app golang:1.24-bullseye sh -c "$BUILD_CMDS"
- name: List built plugin files
run: |
echo "Looking in $PLUGIN_OUTPUT_DIR"
ls -lh $PLUGIN_OUTPUT_DIR || echo "⚠️ Directory does not exist"
find $PLUGIN_OUTPUT_DIR -name '*.so' || echo "⚠️ No .so files found"
- name: List zip output