From 44ac6ca45c69f2280be6f9d2e6f491837150c619 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Fri, 15 Mar 2024 18:23:47 +0100 Subject: [PATCH] ci: fix-up upload path in upload-nightly for aarch64 (#9409) mea culpa Release Notes: - N/A --- script/upload-nightly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/upload-nightly b/script/upload-nightly index 90dc133d16..6e34f2159f 100755 --- a/script/upload-nightly +++ b/script/upload-nightly @@ -59,7 +59,7 @@ sha=$(git rev-parse HEAD) echo ${sha} > target/latest-sha case "$target" in macos) - uploadToSpaces "target/aarch64-apple-darwin/Zed.dmg" "Zed-aarch64.dmg" + uploadToSpaces "target/aarch64-apple-darwin/release/Zed.dmg" "Zed-aarch64.dmg" uploadToSpaces "target/x86_64-apple-darwin/release/Zed.dmg" "Zed-x86_64.dmg" uploadToSpaces "target/release/Zed.dmg" "Zed.dmg" uploadToSpaces "target/latest-sha" "latest-sha"