From 6d6c29680bfaee6d78b879167c283c0676cacd3d Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Sat, 5 Nov 2022 22:16:59 +0900 Subject: change build status badges to new actions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e6711..7d0545d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # mscp -[![build](https://github.com/upa/mscp/actions/workflows/build.yml/badge.svg)](https://github.com/upa/mscp/actions/workflows/build.yml) +[![build on ubuntu](https://github.com/upa/mscp/actions/workflows/build-ubuntu.yml/badge.svg)](https://github.com/upa/mscp/actions/workflows/build-ubuntu.yml) [![build on macOS](https://github.com/upa/mscp/actions/workflows/build-macos.yml/badge.svg)](https://github.com/upa/mscp/actions/workflows/build-macos.yml) + `mscp`, a variant of `scp`, copies files over multiple ssh (sftp) sessions. Multiple threads in mscp transfer (1) multiple files -- cgit v1.2.3