Skip to content

Commit a0bf20e

Browse files
committed
fix bin path in archive
1 parent 41ba3ed commit a0bf20e

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coman/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "coman"
3-
version = "0.8.2"
3+
version = "0.8.4"
44
edition = "2024"
55
description = "Compute Manager for managing HPC compute"
66
authors = ["Ralf Grubenmann <ralf.grubenmann@sdsc.ethz.ch>"]

coman/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ fn update() -> Result<()> {
385385
.repo_owner("SwissDataScienceCenter")
386386
.repo_name("coman")
387387
.bin_name("coman")
388+
.bin_path_in_archive("coman")
388389
.show_download_progress(true)
389390
.current_version(cargo_crate_version!())
390391
.build()?

0 commit comments

Comments
 (0)