Skip to content

Commit

Permalink
Update build-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DEADSEC-SECURITY committed Mar 5, 2024
1 parent f877ba1 commit 6795c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: python -m pip install --upgrade pip

- name: Install requirements to lambda folder
run: pip install -r requirements.txt -t lambda/
run: pip install -r lambda/requirements.txt -t lambda/

- name: Zip Lambda fodler
run: zip -r alexa-actions-linux.zip lambda
Expand Down

0 comments on commit 6795c46

Please sign in to comment.