From 0b51c73f70dcaa584d88775a529cf0198ee2ce43 Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 19 Sep 2021 22:41:29 +0000 Subject: [PATCH] Update build badges git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7331 212acab6-be3b-0410-9dea-997c60f758d6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ef48a9c..7cb2e2c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NSIS -[![CI](https://github.com/kichik/nsis/workflows/CI/badge.svg)](https://github.com/kichik/nsis/actions) +[![Build, Test and Publish](https://github.com/kichik/nsis/actions/workflows/build.yml/badge.svg)](https://github.com/kichik/nsis/actions/workflows/build.yml) [![Copy from SourceForge Subversion](https://github.com/kichik/nsis/actions/workflows/copy-svn.yml/badge.svg)](https://github.com/kichik/nsis/actions/workflows/copy-svn.yml) NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.