Skip to content

Commit

Permalink
[#480] Fix build badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Mar 10, 2023
1 parent 21842cd commit 921fed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
build-windows:
build_windows:
runs-on: ${{matrix.os}}
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

***z***ero ***seri***alization ***o***verhead

[![](https://github.com/ndsev/zserio/workflows/build_linux/badge.svg)](https://github.com/ndsev/zserio/actions/workflow/build_linux.yml)
[![](https://github.com/ndsev/zserio/workflows/build_windows/badge.svg)](https://github.com/ndsev/zserio/actions/workflow/build_windows.yml)
[![](https://github.com/ndsev/zserio/actions/workflows/build_linux.yml/badge.svg)](https://github.com/ndsev/zserio/actions/workflows/build_linux.yml)
[![](https://github.com/ndsev/zserio/actions/workflows/build_windows.yml/badge.svg)](https://github.com/ndsev/zserio/actions/workflows/build_windows.yml)
[![](https://img.shields.io/github/release-date/ndsev/zserio)](https://github.com/ndsev/zserio/releases/latest)
[![](https://img.shields.io/github/commits-since/ndsev/zserio/latest)](https://github.com/ndsev/zserio/commits/master)
[![](https://img.shields.io/github/commit-activity/m/ndsev/zserio)](https://github.com/ndsev/zserio/commits/master)
Expand Down

0 comments on commit 921fed9

Please sign in to comment.