Actually fix the badge in the README

According to https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/adding-a-workflow-status-badge, we must reference the workflow by name if it contains the `name` keyword.
This commit is contained in:
Jia Hao 2020-11-22 02:35:30 +00:00 committed by GitHub
parent 125a3894d2
commit f2c816795a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Nativefier
[![Build Status](https://github.com/jiahaog/nativefier/workflows/.github/workflows/ci.yml/badge.svg)](https://github.com/jiahaog/nativefier/actions?query=workflow%3Aci)
[![Build Status](https://github.com/jiahaog/nativefier/workflows/ci/badge.svg)](https://github.com/jiahaog/nativefier/actions?query=workflow%3Aci)
[![npm version](https://badge.fury.io/js/nativefier.svg)](https://www.npmjs.com/package/nativefier)
![Dock](docs/dock.png)