Skip to content

Commit

Permalink
Add new dependencies (#692)
Browse files Browse the repository at this point in the history
Signed-off-by: constanca <[email protected]>
  • Loading branch information
constanca-m authored Apr 22, 2024
1 parent cfab7e7 commit 30c41f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/upload-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
run: |
zip -r ./lambda-v${{ env.VERSION }}.zip main_aws.py
zip -r ./lambda-v${{ env.VERSION }}.zip handlers
zip -r ./lambda-v${{ env.VERSION }}.zip share
zip -r ./lambda-v${{ env.VERSION }}.zip storage
zip -r ./lambda-v${{ env.VERSION }}.zip shippers
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 30c41f4

Please sign in to comment.