Skip to content

zip error: Nothing to do! #19

@teocns

Description

@teocns

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions