From 451727d2574d2c7126bf6a8a8f7d77e7ce133a9f Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Fri, 10 May 2024 13:48:48 -0600 Subject: [PATCH] Create release archive in the target dir (#11675) Release Notes: - N/A --- script/bundle-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bundle-linux b/script/bundle-linux index d4fbdc61d8..902167606f 100755 --- a/script/bundle-linux +++ b/script/bundle-linux @@ -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"