Skip to content

Commit

Permalink
unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 20, 2023
1 parent 05b5454 commit b1e7ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/merge-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ for min in bins-*-min/*.zip; do

rm -rf tmp
mkdir tmp
(cd tmp && unzip ../$min)
(cd tmp && unzip ../$normal)
(cd tmp && unzip -o ../$min)
(cd tmp && unzip -o ../$normal)
(cd tmp && 7z a ../dist/$dir.zip $dir/)
rm $min $normal
done
Expand Down

0 comments on commit b1e7ae9

Please sign in to comment.