We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a027a commit f04de82Copy full SHA for f04de82
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
95
- name: Upload Lambda function
96
run: |
97
- zip "${ZIP_FILE}" .artifacts/docs-lambda-index-publisher/release_linux-x64/bootstrap
+ zip -j "${ZIP_FILE}" .artifacts/docs-lambda-index-publisher/release_linux-x64/bootstrap
98
aws lambda update-function-code \
99
--function-name elastic-docs-v3-link-index-updater \
100
--zip-file "fileb://${ZIP_FILE}"
0 commit comments