diff options
| author | ruki <[email protected]> | 2022-12-18 17:36:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-18 17:36:09 +0800 |
| commit | bd037ea0725dc21fa0438ffba085415440c7f465 (patch) | |
| tree | 85e47720d4d7a0271216c7b16b4da9c657c30939 | |
| parent | 17dcc1bf817fba7723003d2ca76164b5c8dde49b (diff) | |
fix build status
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | README_zh.md | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -7,13 +7,13 @@ <div> <a href="https://github.com/xmake-io/xmake/actions?query=workflow%3AWindows"> - <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake/Windows/master.svg?style=flat-square&logo=windows" alt="github-ci" /> + <img src="https://img.shields.io/github/actions/workflow/status/xmake-io/xmake/windows.yml?branch=master&style=flat-square&logo=windows" alt="github-ci" /> </a> <a href="https://github.com/xmake-io/xmake/actions?query=workflow%3ALinux"> - <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake/Linux/master.svg?style=flat-square&logo=linux" alt="github-ci" /> + <img src="https://img.shields.io/github/actions/workflow/status/xmake-io/xmake/linux.yml?branch=master&style=flat-square&logo=linux" alt="github-ci" /> </a> <a href="https://github.com/xmake-io/xmake/actions?query=workflow%3AmacOS"> - <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake/macOS/master.svg?style=flat-square&logo=apple" alt="github-ci" /> + <img src="https://img.shields.io/github/actions/workflow/status/xmake-io/xmake/macos.yml?branch=master&style=flat-square&logo=apple" alt="github-ci" /> </a> <a href="https://github.com/xmake-io/xmake/releases"> <img src="https://img.shields.io/github/release/xmake-io/xmake.svg?style=flat-square" alt="Github All Releases" /> diff --git a/README_zh.md b/README_zh.md index 38f38c6f7..7d8e24912 100644 --- a/README_zh.md +++ b/README_zh.md @@ -7,13 +7,13 @@ <div> <a href="https://github.com/xmake-io/xmake/actions?query=workflow%3AWindows"> - <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake/Windows/dev.svg?style=flat-square&logo=windows" alt="github-ci" /> + <img src="https://img.shields.io/github/actions/workflow/status/xmake-io/xmake/windows.yml?branch=master&style=flat-square&logo=windows" alt="github-ci" /> </a> <a href="https://github.com/xmake-io/xmake/actions?query=workflow%3ALinux"> - <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake/Linux/dev.svg?style=flat-square&logo=linux" alt="github-ci" /> + <img src="https://img.shields.io/github/actions/workflow/status/xmake-io/xmake/linux.yml?branch=master&style=flat-square&logo=linux" alt="github-ci" /> </a> <a href="https://github.com/xmake-io/xmake/actions?query=workflow%3AmacOS"> - <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake/macOS/dev.svg?style=flat-square&logo=apple" alt="github-ci" /> + <img src="https://img.shields.io/github/actions/workflow/status/xmake-io/xmake/macos.yml?branch=master&style=flat-square&logo=apple" alt="github-ci" /> </a> <a href="https://github.com/xmake-io/xmake/releases"> <img src="https://img.shields.io/github/release/xmake-io/xmake.svg?style=flat-square" alt="Github All Releases" /> |
