o3de / sig-release

8 stars 20 forks source link

Fix error with zip command in release workflow #213

Closed brianherrera closed 1 year ago

brianherrera commented 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')

The zip -s option takes a different arg than the one used to compare the file size.