Skip to content

Commit f33481d

Browse files
committed
minor changes
1 parent 3a3ad9e commit f33481d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
aws-secret-access-key: ${{ secrets.GH_PUSH_AWS_SECRET_ACCESS_KEY }}
1919
- name: deploy
2020
run: |
21-
zip -r deploy.zip src
21+
zip -r deploy.zip src/*
2222
aws lambda update-function-code --function-name=bank-excel-process-lambda --zip-file=fileb://deploy.zip

0 commit comments

Comments
 (0)