From f37cc4ab277f978c9e2138b3f92ca4b57011cb6f Mon Sep 17 00:00:00 2001 From: neziw Date: Sun, 5 Feb 2023 22:09:54 +0100 Subject: [PATCH] Fix build status badge Related to https://github.com/badges/shields/issues/8671 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 409f16b9..240431c4 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # adventure-platform -![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/KyoriPowered/adventure-platform/build/master) [![MIT License](https://img.shields.io/badge/license-MIT-blue)](license.txt) [![Maven Central](https://img.shields.io/maven-central/v/net.kyori/adventure-platform-api?label=stable)](https://search.maven.org/search?q=g:net.kyori%20AND%20a:adventure*) ![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/net.kyori/adventure-platform-api?label=dev&server=https%3A%2F%2Foss.sonatype.org) +![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/KyoriPowered/adventure-platform/build.yml?branch=master) [![MIT License](https://img.shields.io/badge/license-MIT-blue)](license.txt) [![Maven Central](https://img.shields.io/maven-central/v/net.kyori/adventure-platform-api?label=stable)](https://search.maven.org/search?q=g:net.kyori%20AND%20a:adventure*) ![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/net.kyori/adventure-platform-api?label=dev&server=https%3A%2F%2Foss.sonatype.org) Adventure platform implementations, for servers and proxies including [Paper](https://papermc.io)/Spigot/Bukkit, [BungeeCord](https://www.spigotmc.org/go/bungeecord), and [SpongeAPI 7](https://spongepowered.org). Other platforms may be supported through native integration, or other libraries.