Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
bump gomake
Browse files Browse the repository at this point in the history
  • Loading branch information
n0rad committed Dec 29, 2016
1 parent 78d6cf2 commit d9da690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gomake
Expand Up @@ -236,7 +236,7 @@ release() {

echo_green "Compress release"
cd ${work_path}/${target_name}
for i in $(find * -type d -name "*-v${version}-*-*") ; do
for i in $(find . -type d -name "*-v${version}-*-*" | sed 's|./||') ; do
tar czf ${i}.tar.gz ${i}
done
cd -
Expand Down

0 comments on commit d9da690

Please sign in to comment.