Skip to content

Commit

Permalink
ci: fix binary tarball uploading for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Dec 2, 2021
1 parent 4502e6a commit 48a0275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/deploy/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main() -> None:
for repo in repos:
mz_path = Path(f"materialized-{repo.rd.arch}")
ci_util.acquire_materialized(repo, mz_path)
deploy_util.deploy_tarball("x86_64-unknown-linux-gnu", mz_path)
deploy_util.deploy_tarball(f"{repo.rd.arch}-unknown-linux-gnu", mz_path)


def publish_deb(arch: Arch, version: str) -> None:
Expand Down

0 comments on commit 48a0275

Please sign in to comment.