From 49bb9093159ac3cf6dfbc688f5cce7c5c413315d Mon Sep 17 00:00:00 2001 From: szh Date: Wed, 27 Sep 2023 10:13:43 +0800 Subject: [PATCH 1/2] fix workflows badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e79b2ee..5ec08a6 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To add a dependency using Maven: ## How to use You can find the examples in the [examples][20] directory. -[1]: https://github.com/szhnet/kcp-netty/actions/workflows/maven.yml/badge.svg +[1]: https://github.com/szhnet/kcp-netty/actions/workflows/build.yml/badge.svg [3]: https://img.shields.io/badge/KCP-Powered-blue.svg [4]: https://github.com/skywind3000/kcp [5]: https://img.shields.io/badge/Netty-Powered-blue.svg From 563ef4f6de6ebf9f7bcf2407a10c0cfda704db96 Mon Sep 17 00:00:00 2001 From: szh Date: Wed, 27 Sep 2023 10:37:47 +0800 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97bd501..fe02093 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ # separate terms of service, privacy policy, and support # documentation. -name: Java CI with Maven +name: Build project on: push: