From bc9d2fe8ab99d27f301d86cb5b7a0df0dbb75685 Mon Sep 17 00:00:00 2001 From: BushraS-Protean Date: Tue, 20 May 2025 16:22:52 +0530 Subject: [PATCH] Update build-and-deploy-plugins.yml --- .github/workflows/build-and-deploy-plugins.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-deploy-plugins.yml b/.github/workflows/build-and-deploy-plugins.yml index 8187730..0870ff9 100644 --- a/.github/workflows/build-and-deploy-plugins.yml +++ b/.github/workflows/build-and-deploy-plugins.yml @@ -78,11 +78,9 @@ jobs: find $PLUGIN_OUTPUT_DIR -name '*.so' || echo "⚠️ No .so files found" - - - #- name: List zip output - # run: | - # ls -lh plugins_bundle.zip + - name: List zip output + run: | + ls -lh plugins_bundle.zip - name: Authenticate to GCP