minitor-go/compress_release.sh
Ian Fijolek e7353bb8df
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Try to fix compress step
2021-01-08 17:38:55 -05:00

4 lines
80 B
Bash
Executable File

#! /bin/bash
find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;