issue-333 use git archive

This commit is contained in:
Roman Pelmegov 2023-03-03 14:52:02 +00:00
parent 4d7182fd67
commit c5b7947526
1 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,6 @@ do
done
find . -name ".git*" -print0 | xargs -0 rm -rf
zip -r -q ${SRC_FOLDER_NAME}.zip .
git archive -o ${SRC_FOLDER_NAME}.zip HEAD
open .