Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zip error: Nothing to do! #19

Closed
teocns opened this issue Jun 10, 2021 · 0 comments
Closed

zip error: Nothing to do! #19

teocns opened this issue Jun 10, 2021 · 0 comments

Comments

@teocns
Copy link

teocns commented Jun 10, 2021

I have a project dir like so:


└── lambda
    └── lambda_handler.py

WIth .yml file instructions like:


 steps:
      - name: zip
        uses: montudor/action-zip@v0.1.0
        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.

Repository owner locked and limited conversation to collaborators Jun 10, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants