Skip to content

Commit

Permalink
rerun-cli will have to do for now
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 23, 2023
1 parent 671ec4d commit 0c83403
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/ci/sync_release_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,19 @@ def fetch_binary_assets(
if do_rerun_cli:
rerun_cli_blobs = [
(
f"rerun-{tag}-x86_64-pc-windows-msvc.exe",
f"rerun-cli-{tag}-x86_64-pc-windows-msvc.exe",
bucket.get_blob(f"commit/{commit_short}/rerun/windows/rerun.exe"),
),
(
f"rerun-{tag}-x86_64-unknown-linux-gnu",
f"rerun-cli-{tag}-x86_64-unknown-linux-gnu",
bucket.get_blob(f"commit/{commit_short}/rerun/linux/rerun"),
),
(
f"rerun-{tag}-aarch64-apple-darwin",
f"rerun-cli-{tag}-aarch64-apple-darwin",
bucket.get_blob(f"commit/{commit_short}/rerun/macos-arm/rerun"),
),
(
f"rerun-{tag}-x86_64-apple-darwin",
f"rerun-cli-{tag}-x86_64-apple-darwin",
bucket.get_blob(f"commit/{commit_short}/rerun/macos-intel/rerun"),
),
]
Expand Down

0 comments on commit 0c83403

Please sign in to comment.