From ffab2cd95b780414b4a5db7d4aa7588651cf542d Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Mon, 14 Oct 2024 06:26:08 -0400 Subject: [PATCH] Fix build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d14f008..0f9249d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The squish library (primarily known by libsquish) is an open source DXT/S3TC compression library written in C++ that is commonly used with OpenGL and DirectX for the lossy compression of RGBA textures. -[![Dev Builds](https://github.com/oblivioncth/libsquish/actions/workflows/push-reaction.yml/badge.svg?branch=dev)](https://github.com/oblivioncth/libsquish/actions/workflows/push-reaction.yml) +[![Dev Builds](https://github.com/oblivioncth/libsquish/actions/workflows/build-project.yml/badge.svg?branch=dev)](https://github.com/oblivioncth/libsquish/actions/workflows/build-project.yml) **Features:** - Supports the DXT1, DXT3 and DXT5 formats.