ci: fix-up upload path in upload-nightly for aarch64 (#9409)

Piotr Osiewicz created

mea culpa

Release Notes:

- N/A

Change summary

script/upload-nightly | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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"