Skip to content

Commit f04de82

Browse files
authored
Fix link-index-updater lambda deployment (#1199)
1 parent 83a027a commit f04de82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Upload Lambda function
9696
run: |
97-
zip "${ZIP_FILE}" .artifacts/docs-lambda-index-publisher/release_linux-x64/bootstrap
97+
zip -j "${ZIP_FILE}" .artifacts/docs-lambda-index-publisher/release_linux-x64/bootstrap
9898
aws lambda update-function-code \
9999
--function-name elastic-docs-v3-link-index-updater \
100100
--zip-file "fileb://${ZIP_FILE}"

0 commit comments

Comments
 (0)