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

mea culpa

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz
2024-03-15 18:23:47 +01:00
committed by GitHub
parent 487ae73bcc
commit 44ac6ca45c
+1 -1
View File
@@ -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"