Skip to content

Commit

Permalink
feat: allow recurse zip
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Aug 29, 2020
1 parent 3c8e7ad commit be8cf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ls -lha
RELEASE_ASSET_EXT='.tar.gz'
if [ ${INPUT_GOOS} == 'windows' ]; then
RELEASE_ASSET_EXT='.zip'
zip -v ${RELEASE_ASSET_NAME}${RELEASE_ASSET_EXT} *
zip -vr ${RELEASE_ASSET_NAME}${RELEASE_ASSET_EXT} *
else
tar cvfz ${RELEASE_ASSET_NAME}${RELEASE_ASSET_EXT} *
fi
Expand Down

0 comments on commit be8cf5d

Please sign in to comment.