Skip to content

Commit

Permalink
Fixed windows compression to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Jan 29, 2024
1 parent 2a61976 commit d85c617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
ls *.dll | awk '{print $1}' | xargs -I '{}' ldd '{}' | grep '=> /' | grep -v build | grep -iv windows | awk '{print $3}' | xargs -I '{}' cp -vn '{}' . || true
ls *.dll | awk '{print $1}' | xargs -I '{}' ldd '{}' | grep '=> /' | grep -v build | grep -iv windows | awk '{print $3}' | xargs -I '{}' cp -vn '{}' . || true
chmod u+w,+x *
tar czvf ../upload/win64.tgz --dereference .
zip ../upload/win64.tgz ./*
cd ../..
# fi
Expand Down

0 comments on commit d85c617

Please sign in to comment.