Closed brianherrera closed 1 year ago
This change resolves the error encountered when trying to run the release workflow: zip error: Invalid command arguments (bad split size: '2000000000')
zip error: Invalid command arguments (bad split size: '2000000000')
The zip -s option takes a different arg than the one used to compare the file size.
This change resolves the error encountered when trying to run the release workflow:
zip error: Invalid command arguments (bad split size: '2000000000')
The zip -s option takes a different arg than the one used to compare the file size.