Skip uploading empty files #151
-
We're working on adding this to our project and are getting the following error.
We use fastlane for sending metadata to the appstore, but some of the files can be empty since they're optional. Is there an option for this action to skip uploading empty files? Or is there another workaround that we could use? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @CraigSiemens, thanks for your request! Probably, we should more gracefully handle this case on the CLI side and throw a non-critical warning about the empty file 🤔 |
Beta Was this translation helpful? Give feedback.
-
Hi @CraigSiemens! |
Beta Was this translation helpful? Give feedback.
Hi @CraigSiemens!
The empty files handling was improved in the recent release - 1.5.3
Now it will show a non-blocking warning and the command shouldn't fail in this case