From ad2c9ec4b11bc9d3b0f421627541da9e3a25a37d Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Thu, 16 Mar 2023 14:08:37 -0400 Subject: [PATCH] Fix build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2fdcd7..269c2c1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Publish Roku projects to a Roku device by using Node.js. -[![build status](https://img.shields.io/github/workflow/status/rokucommunity/roku-deploy/build.svg?logo=github)](https://github.com/rokucommunity/roku-deploy/actions?query=workflow%3Abuild) +[![build status](https://img.shields.io/github/actions/workflow/status/rokucommunity/roku-deploy/build.yml?branch=master)](https://github.com/rokucommunity/roku-deploy/actions?query=branch%3Amaster+workflow%3Abuild) [![coverage status](https://img.shields.io/coveralls/github/rokucommunity/roku-deploy?logo=coveralls)](https://coveralls.io/github/rokucommunity/roku-deploy?branch=master) [![monthly downloads](https://img.shields.io/npm/dm/roku-deploy.svg?sanitize=true&logo=npm&logoColor=)](https://npmcharts.com/compare/roku-deploy?minimal=true) [![npm version](https://img.shields.io/npm/v/roku-deploy.svg?logo=npm)](https://www.npmjs.com/package/roku-deploy)