mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
ci: fix-up upload path in upload-nightly for aarch64 (#9409)
mea culpa Release Notes: - N/A
This commit is contained in:
parent
487ae73bcc
commit
44ac6ca45c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue