Skip uploading empty files #151
Answered
by
andrii-bodnar
CraigSiemens
asked this question in
Q&A
|
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? |
Answered by
andrii-bodnar
Jan 17, 2023
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 🤔 |
1 reply
|
Hi @CraigSiemens! |
0 replies
Answer selected by
andrii-bodnar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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