Skip to content

Commit 9f81ea9

Browse files
authored
Fix CPU architecture repetition in distribute-latest-toolchain.sh
1 parent ca31f89 commit 9f81ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/distribute-latest-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ release_id=$(create_release $toolchain_name $toolchain_name $head_sha)
119119

120120
upload_tarball $release_id "$toolchain_name-ubuntu18.04-x86_64.tar.gz"
121121
upload_tarball $release_id "$toolchain_name-ubuntu20.04-x86_64.tar.gz"
122-
upload_tarball $release_id "$toolchain_name-macos-x86_64-x86_64.tar.gz"
122+
upload_tarball $release_id "$toolchain_name-macos-x86_64.tar.gz"
123123

124124
popd

0 commit comments

Comments
 (0)