From fc33b2b83efbd309888618f912c7108e6994479c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9E=97=E4=BC=9F?= Date: Wed, 18 Sep 2024 15:14:09 +0800 Subject: [PATCH] Fix build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a968713..fed40b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # async-executor -[![Build](https://github.com/smol-rs/async-executor/workflows/Build%20and%20test/badge.svg)]( +[![Build](https://github.com/smol-rs/async-executor/actions/workflows/ci.yml/badge.svg)]( https://github.com/smol-rs/async-executor/actions) [![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)]( https://github.com/smol-rs/async-executor)