Skip to content

Commit 2e3ecf7

Browse files
authored
Update upload-build-to-s3.yml
1 parent 5159ac5 commit 2e3ecf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload-build-to-s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
aws lambda invoke \
6565
--function-name ${{ secrets.SYNC_LAMBDA_ARN }} \
66-
--payload '{"gitFarmRepo":"${{ secrets.GITFARM_LAN_SDK_REPO }}","gitFarmBranch":"${{ secrets.GITFARM_LAN_SDK_BRANCH }}","gitFarmFilepath":"aws_durable_execution_sdk_python-0.0.1-py3-none-any.wh","s3Bucket":"${{ secrets.S3_BUCKET_NAME }}","s3FilePath":"aws_durable_execution_sdk_python-0.0.1-py3-none-any.wh"}' \
66+
--payload '{"gitFarmRepo":"${{ secrets.GITFARM_LAN_SDK_REPO }}","gitFarmBranch":"${{ secrets.GITFARM_LAN_SDK_BRANCH }}","gitFarmFilepath":"aws_durable_execution_sdk_python-0.0.1-py3-none-any.whl","s3Bucket":"${{ secrets.S3_BUCKET_NAME }}","s3FilePath":"aws_durable_execution_sdk_python-0.0.1-py3-none-any.whl"}' \
6767
--cli-binary-format raw-in-base64-out \
6868
output.txt
6969
- name: Check for error in lambda invoke

0 commit comments

Comments
 (0)