Update build-and-deploy-plugins.yml

This commit is contained in:
BushraS-Protean
2025-05-20 15:48:12 +05:30
committed by GitHub
parent 91c0154fff
commit bab3a90476

View File

@@ -79,7 +79,7 @@ jobs:
- name: Upload to GCS - name: Upload to GCS
run: | run: |
gsutil -m cp -r *.zip gs://${GCS_BUCKET}/ gsutil -m cp -r $ZIP_FILE gs://${GCS_BUCKET}/
- name: Cleanup - name: Cleanup
run: | run: |