我正在开发 AWS Lambda (NET6)。在 CloudFormation yml 文件中执行 Github 操作(构建、压缩、上传)期间,我收到错误:
Run zip -jr customerlambda-356e9e4b8869b2cf7f483d739aa5a8aa34e0fc13.zip -i ./bin/Release/net6.0/publish/*
zip error: Invalid command arguments (nothing to select from)
Error: Process completed with exit code 16.
Run Code Online (Sandbox Code Playgroud)
它是在 Ubuntu 最新环境中。
这里有什么不正确的地方?