Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6e8248c

Browse files
committedOct 7, 2020
Fix zip release creation
1 parent dd996d8 commit 6e8248c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ci/build/build-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ release_archive() {
3333
elif [[ $OS == "darwin" && $ARCH == "x86_64" ]]; then
3434
# Just exists to make autoupdating from 3.2.0 work again.
3535
mv ./release-standalone "./$release_name"
36-
zip -r "release-packages/$release_name.zip" "./$release_name"
36+
zip -yr "release-packages/$release_name.zip" "./$release_name"
3737
mv "./$release_name" ./release-standalone
3838
return
3939
else

0 commit comments

Comments
 (0)
Please sign in to comment.