Skip to content

Commit 682fcab

Browse files
committed
Fix publish path
1 parent c35d253 commit 682fcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
- name: Build Release
4141
run: make package
4242
- 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
43+
run: aws s3 cp packaged.zip s3://$CFN_BUCKET/amazon-rekognition-custom-labels-batch-processing/$VERSION/amazon-rekognition-custom-labels-batch-processing.zip
4444
env:
4545
CFN_BUCKET: ${{ secrets.CFN_BUCKET }}

0 commit comments

Comments
 (0)