Skip to content

Commit 208e957

Browse files
Fix repeated architecture in distribute-latest-toolchain.sh
Co-authored-by: Yuta Saito <kateinoigakukun@gmail.com>
1 parent 126f38f commit 208e957

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
@@ -120,6 +120,6 @@ release_id=$(create_release $toolchain_name $toolchain_name $head_sha)
120120

121121
upload_tarball $release_id "$toolchain_name-ubuntu18.04-x86_64.tar.gz"
122122
upload_tarball $release_id "$toolchain_name-ubuntu20.04-x86_64.tar.gz"
123-
upload_tarball $release_id "$toolchain_name-macos-x86_64-x86_64.tar.gz"
123+
upload_tarball $release_id "$toolchain_name-macos-x86_64.tar.gz"
124124

125125
popd

0 commit comments

Comments
 (0)