From 36eeccd0162d0c0b28f623e3e6e873d54a6d488a Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sat, 15 Feb 2020 17:58:31 -0700 Subject: [PATCH] README: Use the same workflow badge for each platform GitHub badges only report status of a workflow, not of the jobs. Since I've unified the jobs to a single workflow, this means we only get one badge status. We want to demonstrate support for all platforms, so just fake it until we can get job-specific badges. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3a6524357..ce0c4795a5 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ Build Status | Platform | Build Status | |----------|--------------| -| Windows | [![Build status](https://github.com/xqemu/xqemu/workflows/Build%20(Windows)/badge.svg?branch=master)](https://github.com/xqemu/xqemu/actions?query=branch%3Amaster) | -| macOS | [![Build status](https://github.com/xqemu/xqemu/workflows/Build%20(macOS)/badge.svg?branch=master)](https://github.com/xqemu/xqemu/actions?query=branch%3Amaster) | -| Ubuntu | [![Build status](https://github.com/xqemu/xqemu/workflows/Build%20(Ubuntu)/badge.svg?branch=master)](https://github.com/xqemu/xqemu/actions?query=branch%3Amaster) | +| Windows | [![Build status](https://github.com/xqemu/xqemu/workflows/Build/badge.svg?branch=master)](https://github.com/xqemu/xqemu/actions?query=branch%3Amaster) | +| macOS | [![Build status](https://github.com/xqemu/xqemu/workflows/Build/badge.svg?branch=master)](https://github.com/xqemu/xqemu/actions?query=branch%3Amaster) | +| Ubuntu | [![Build status](https://github.com/xqemu/xqemu/workflows/Build/badge.svg?branch=master)](https://github.com/xqemu/xqemu/actions?query=branch%3Amaster) |