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 /README.md | |
| parent | 17dcc1bf817fba7723003d2ca76164b5c8dde49b (diff) | |
fix build status
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 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" /> |
