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 c35d253 commit 682fcabCopy full SHA for 682fcab
.github/workflows/publish.yaml
@@ -40,6 +40,6 @@ jobs:
40
- name: Build Release
41
run: make package
42
- name: Upload artefact
43
- run: aws s3 cp packaged.zip s3://$CFN_BUCKET/serverless-computer-vision-label-detection/$VERSION/serverless-computer-vision-label-detection.zip
+ run: aws s3 cp packaged.zip s3://$CFN_BUCKET/amazon-rekognition-custom-labels-batch-processing/$VERSION/amazon-rekognition-custom-labels-batch-processing.zip
44
env:
45
CFN_BUCKET: ${{ secrets.CFN_BUCKET }}
0 commit comments