The compress script fails with 7z command (`7z a -t7z contracts.7z contracts`). You should try the zip command (`zip -r contracts.zip contracts/`).
The compress script fails with 7z command (
7z a -t7z contracts.7z contracts).You should try the zip command (
zip -r contracts.zip contracts/).