Update build-and-deploy-plugins.yml

This commit is contained in:
BushraS-Protean
2025-05-20 16:33:47 +05:30
committed by GitHub
parent bc9d2fe8ab
commit 8cb521f5fb

View File

@@ -77,6 +77,11 @@ jobs:
ls -lh $PLUGIN_OUTPUT_DIR || echo "⚠️ Directory does not exist"
find $PLUGIN_OUTPUT_DIR -name '*.so' || echo "⚠️ No .so files found"
echo "Creating zip archive..."
cd "$PLUGIN_OUTPUT_DIR"
zip -r "../$ZIP_FILE" *.so
echo "Created $ZIP_FILE"
cd ..
- name: List zip output
run: |