We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 need to upload multiple file/path in my workflow and so far I can only separate command to this:
node_modules/.bin/nodemcu-tool upload --minify --keeppath ./src/**/* node_modules/.bin/nodemcu-tool upload --minify --keeppath ./utils/**/* node_modules/.bin/nodemcu-tool upload --minify --keeppath init.lua
Please add a feature to allow uploading multiple file/path.
The text was updated successfully, but these errors were encountered:
it's already supported
Sorry, something went wrong.
No branches or pull requests
Background
I need to upload multiple file/path in my workflow and so far I can only separate command to this:
Please add a feature to allow uploading multiple file/path.
The text was updated successfully, but these errors were encountered: