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.
This commit is contained in:
Matt Borgerson 2020-02-15 17:58:31 -07:00
parent da345f66ac
commit 36eeccd016
1 changed files with 3 additions and 3 deletions

View File

@ -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) |