We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
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.
zip -qq -r bundle.zip . -i lambda/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a project dir like so:
WIth .yml file instructions like:
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.The text was updated successfully, but these errors were encountered: