From bfda2a1d4226260efc599ba7d0470860f90146cf Mon Sep 17 00:00:00 2001 From: BushraS-Protean Date: Mon, 26 May 2025 14:42:41 +0530 Subject: [PATCH] Update build-and-deploy-plugins.yml updated the Plugins path --- .github/workflows/build-and-deploy-plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-plugins.yml b/.github/workflows/build-and-deploy-plugins.yml index 3b76121..c6a1935 100644 --- a/.github/workflows/build-and-deploy-plugins.yml +++ b/.github/workflows/build-and-deploy-plugins.yml @@ -98,7 +98,7 @@ jobs: - name: Upload to GCS run: | - gsutil -m cp -r $ZIP_FILE gs://${GCS_BUCKET}/ + gsutil -m cp -r $ZIP_FILE gs://${GCS_BUCKET}/plugins/ - name: Cleanup run: |