We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58177c7 commit ddbc394Copy full SHA for ddbc394
.github/workflows/aws-upload-enterprise.yml
@@ -53,19 +53,6 @@ jobs:
53
aws s3 cp release/ s3://${AWS_BUCKET_NAME_PROD}/releases/${APP_VERSION} --recursive
54
aws s3 cp release/ s3://${AWS_BUCKET_NAME_PROD}/latest --recursive
55
56
- - name: Download vendor plugins
57
- uses: actions/download-artifact@v4
58
- id: download-vendor
59
- continue-on-error: true
60
- with:
61
- name: 'vendor-plugins'
62
- path: vendor
63
-
64
- - name: Upload vendor plugins to s3 bucket
65
- if: steps.download-vendor.outcome == 'success'
66
- run: |
67
- aws s3 cp vendor/ s3://${SELECTED_AWS_BUCKET_NAME}/public/plugins/static/ --recursive
68
69
- name: Generate job summary
70
run: |
71
node ./.github/generate-build-summary.js
0 commit comments