From 9d8dc94d8d23c3ad54f8a69dee8478c63e0c8836 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Mon, 13 Nov 2023 22:03:31 -0500 Subject: [PATCH] Fix badge (#1494) It was pointing to an non-existent CI job, changed it to CI workflow. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52db9ecb..d03300b9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To support `binstall` maintainers must add configuration values to `Cargo.toml` ## Status -![Build](https://github.com/cargo-bins/cargo-binstall/workflows/Rust/badge.svg) +[![CI build](https://github.com/cargo-bins/cargo-binstall/actions/workflows/ci.yml/badge.svg)](https://github.com/cargo-bins/cargo-binstall/actions) [![GitHub tag](https://img.shields.io/github/tag/cargo-bins/cargo-binstall.svg)](https://github.com/cargo-bins/cargo-binstall) [![Crates.io](https://img.shields.io/crates/v/cargo-binstall.svg)](https://crates.io/crates/cargo-binstall)