From 1bb115c8286e033543ac47457bf680fedd2e650e Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 22 Sep 2025 23:09:50 +0200 Subject: fix(ci): incorrect binary name --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index ca949c3..b798870 100644 --- a/.build.yml +++ b/.build.yml @@ -50,7 +50,7 @@ tasks: export RUSTUP_TOOLCHAIN=stable cargo build --verbose --profile release-opt - cp target/release-opt/iced-builder ../iced-builder-x86_64-unknown-linux-musl + cp target/release-opt/iced-builder ../iced-builder-x86_64-unknown-linux-gnu - build-msrv: | cd iced-builder -- cgit v1.2.3