From 493976a20bbff39d18fd45101df9007686fb4e57 Mon Sep 17 00:00:00 2001 From: Rcmcpe Date: Thu, 30 Jul 2020 04:10:41 +0800 Subject: [PATCH] =?UTF-8?q?README.md=20=E6=B7=BB=E5=8A=A0CI=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90b64dd..dbbd307 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Auto Arknights +[![Build Status](https://rev-unit.visualstudio.com/Auto-Arknights/_apis/build/status/CCRcmcpe.Auto-Arknights?branchName=master)](https://rev-unit.visualstudio.com/Auto-Arknights/_build/latest?definitionId=1&branchName=master) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FCCRcmcpe%2FAuto-Arknights.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FCCRcmcpe%2FAuto-Arknights?ref=badge_shield) *用于自动化明日方舟刷关的程序。* *For non-CN server Arknights players:* now this program **only** works for CN server diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1f08bb3..9f76b14 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,4 +33,4 @@ steps: replaceExistingArchive: true - task: PublishPipelineArtifact@1 inputs: - targetPath: Auto-Arknights-CLI-win-x64.zip \ No newline at end of file + targetPath: 'Auto-Arknights-CLI-win-x64.zip' \ No newline at end of file