-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
I have a project dir like so:
└── lambda
└── lambda_handler.py
WIth .yml file instructions like:
steps:
- name: zip
uses: montudor/[email protected]
with:
args: zip -qq -r bundle.zip lambda
I keep receiving the following error:
zip error: Nothing to do! (try: zip -qq -r bundle.zip . -i lambda/)
I have also tried with zip -qq -r bundle.zip . -i lambda/ but it would just result in an empty zip.
Metadata
Metadata
Assignees
Labels
No labels