Skip to content

Commit

Permalink
Merge pull request #52 from rhettre/feature/release-workflow
Browse files Browse the repository at this point in the history
Update release-lambda.yml
  • Loading branch information
rhettre authored Jul 27, 2024
2 parents d91870f + b7d6206 commit be31888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r coinbase-advancedtrade-python -- target ./python
- name: Build layer.zip
run: |
zip -r layer.zip ./
zip -r9 layer.zip python
- name: Get Release
id: get_release
Expand Down

0 comments on commit be31888

Please sign in to comment.