diff --git a/.github/workflows/aws-upload-enterprise.yml b/.github/workflows/aws-upload-enterprise.yml index b4bc7c51af..18e3a4bd11 100644 --- a/.github/workflows/aws-upload-enterprise.yml +++ b/.github/workflows/aws-upload-enterprise.yml @@ -53,19 +53,6 @@ jobs: aws s3 cp release/ s3://${AWS_BUCKET_NAME_PROD}/releases/${APP_VERSION} --recursive aws s3 cp release/ s3://${AWS_BUCKET_NAME_PROD}/latest --recursive - - name: Download vendor plugins - uses: actions/download-artifact@v4 - id: download-vendor - continue-on-error: true - with: - name: 'vendor-plugins' - path: vendor - - - name: Upload vendor plugins to s3 bucket - if: steps.download-vendor.outcome == 'success' - run: | - aws s3 cp vendor/ s3://${SELECTED_AWS_BUCKET_NAME}/public/plugins/static/ --recursive - - name: Generate job summary run: | node ./.github/generate-build-summary.js