Create release archive in the target dir (#11675)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-05-10 13:48:48 -06:00 committed by GitHub
parent c73d6502d6
commit 451727d257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,4 +90,4 @@ else
fi
rm -rf "${archive}"
tar -czvf $archive -C ${temp_dir} "zed$suffix.app"
tar -czvf target/release/$archive -C ${temp_dir} "zed$suffix.app"