Skip to content

Commit 5159ac5

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

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
@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
- name: Copy whl build file to s3
5959
run: |
60-
aws s3 cp ./dist/aws_durable_execution_sdk_python-0.0.1-py3-none-any.wh \
60+
aws s3 cp ./dist/aws_durable_execution_sdk_python-0.0.1-py3-none-any.whl \
6161
s3://${{ env.BUCKET_NAME }}/
6262
- name: commit whl to Gitfarm
6363
run: |

0 commit comments

Comments
 (0)