Skip to content

Commit c8cf01b

Browse files
committed
oops, bad path
1 parent 5a388e1 commit c8cf01b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-to-lambda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cd $HATCH_SITE_PACKAGES_DIR
4747
zip -r $build_file *
4848
cd ${{ github.workspace }}
49-
cp $build_file ${{ github.workspace }}
49+
cp $build_file ${{ github.workspace }}/deploy.zip
5050
shell: bash
5151

5252
- name: Publish to Github
@@ -62,7 +62,7 @@ jobs:
6262
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
6363
aws_region: us-east-1
6464
function_name: solesearch-api
65-
zip_file: $build_file
65+
zip_file: deploy.zip
6666
timeout: 10
6767
handler: api.main.handler
6868
runtime: python3.12

0 commit comments

Comments
 (0)