We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240bf62 commit aeb0099Copy full SHA for aeb0099
.github/workflows/build.yml
@@ -54,7 +54,5 @@ jobs:
54
- name: Deploy the layer to the artifact registry
55
run: |
56
aws lambda publish-layer-version \
57
- --layer-name mutool-layer \
58
- --content S3Bucket=mutool-layer,S3Key=mutool-layer.zip \
59
- --compatible-runtimes nodejs20.x
60
- --region ${{ secrets.AWS_REGION }}
+ --layer-name mutool \
+ --content S3Bucket=mutool-layer,S3Key=mutool-layer.zip
0 commit comments