diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-22 23:09:50 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-22 23:09:50 +0200 |
| commit | 1bb115c8286e033543ac47457bf680fedd2e650e (patch) | |
| tree | ee5f1b93489674471ab50a3f25e57e86881e2be6 /.build.yml | |
| parent | ci: add checks for building (must be git push on `master`) (diff) | |
| download | iced-builder-1bb115c8286e033543ac47457bf680fedd2e650e.tar.gz | |
fix(ci): incorrect binary name
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
