Try to fix compress step
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#! /bin/bash
|
||||
|
||||
find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;
|
||||
Reference in New Issue
Block a user