CI: fix canary uploading for x64 macos (#18053)

This commit is contained in:
Michael H
2025-03-11 15:59:13 +11:00
committed by GitHub
parent 8bc88763ec
commit a79f92df9e

View File

@@ -201,6 +201,8 @@ function create_release() {
local artifacts=( local artifacts=(
bun-darwin-aarch64.zip bun-darwin-aarch64.zip
bun-darwin-aarch64-profile.zip bun-darwin-aarch64-profile.zip
bun-darwin-x64.zip
bun-darwin-x64-profile.zip
bun-linux-aarch64.zip bun-linux-aarch64.zip
bun-linux-aarch64-profile.zip bun-linux-aarch64-profile.zip
bun-linux-x64.zip bun-linux-x64.zip