Change summary
script/upload-nightly | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Detailed changes
@@ -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"