Skip to content

Commit 8abc931

Browse files
committed
keep dir structure in zip
1 parent 7acaada commit 8abc931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
build_file=$(realpath "$zip_file")
4343
echo "Zip file found: $build_file"
4444
HATCH_SITE_PACKAGES_DIR=$(hatch env find)
45-
ls -lah $HATCH_SITE_PACKAGES_DIR
45+
ls -lah $HATCH_SITE_PACKAGES_DIR/../..
4646
cd $HATCH_SITE_PACKAGES_DIR/lib/python3.12/site-packages
4747
zip -r $build_file *
4848
shell: bash

0 commit comments

Comments
 (0)