From 2993c4e0ec54ef3891465cfb22cbf17e31247dbe Mon Sep 17 00:00:00 2001 From: Adam Peck Date: Thu, 27 Mar 2025 23:28:41 -0600 Subject: [PATCH] Fix README.md build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cc4d5b..6c9fb96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # bencode -[![Build Status](https://github.com/dampcake/bencode/workflows/Build/badge.svg?branch=main)](https://github.com/dampcake/bencode/actions?query=branch%3Amain) +[![Build Status](https://github.com/dampcake/bencode/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/dampcake/bencode/actions?query=branch%3Amain) [![Coverage Status](https://codecov.io/gh/dampcake/bencode/branch/main/graph/badge.svg)](https://codecov.io/gh/dampcake/bencode) [![Maven](https://img.shields.io/maven-central/v/com.dampcake/bencode.svg)](http://search.maven.org/#search%7Cga%7C1%7Ccom.dampcake.bencode) [![GitHub license](https://img.shields.io/github/license/dampcake/bencode.svg)](https://github.com/dampcake/bencode/blob/main/LICENSE)