Skip to content

Commit fe78f27

Browse files
Remove duplicated unzip from distribution script
1 parent a1537c8 commit fe78f27

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

utils/webassembly/distribute-latest-toolchain.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,6 @@ if [[ "$toolchain_name" != "$original_toolchain_name" ]]; then
206206
done
207207
fi
208208

209-
210-
for target in ${targets[@]}; do
211-
download_artifact $target-installable
212-
unzip $target-installable.zip
213-
done
214-
215-
216209
release_packages=()
217210

218211
for target in ${targets[@]}; do

0 commit comments

Comments
 (0)