From e4eeb59fcaeff75da3963f19ecf24558d123ef4a Mon Sep 17 00:00:00 2001 From: lindexi Date: Sun, 20 Apr 2025 19:35:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{dotnet-core.yml => dotnet-build.yml} | 2 +- .github/workflows/nuget-tag-publish.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{dotnet-core.yml => dotnet-build.yml} (95%) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-build.yml similarity index 95% rename from .github/workflows/dotnet-core.yml rename to .github/workflows/dotnet-build.yml index d8e45d1..69b84ff 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-build.yml @@ -1,4 +1,4 @@ -name: .NET Core +name: .NET Build on: [push] diff --git a/.github/workflows/nuget-tag-publish.yml b/.github/workflows/nuget-tag-publish.yml index eef97d5..40efc1a 100644 --- a/.github/workflows/nuget-tag-publish.yml +++ b/.github/workflows/nuget-tag-publish.yml @@ -1,4 +1,4 @@ -name: publish nuget +name: NuGet Package on: push: diff --git a/README.md b/README.md index 20241f6..22f8861 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DotNetCampus.CommandLine -![Build](https://github.com/dotnet-campus/DotNetCampus.CommandLine/workflows/.NET%20Build/badge.svg) ![NuGet Package](https://github.com/dotnet-campus/DotNetCampus.CommandLine/workflows/NuGet%20Publish/badge.svg) [![dotnetCampus.CommandLine](https://img.shields.io/nuget/v/dotnetCampus.CommandLine)](https://www.nuget.org/packages/dotnetCampus.CommandLine/) [![dotnetCampus.CommandLine.Source](https://img.shields.io/nuget/v/dotnetCampus.CommandLine.Source)](https://www.nuget.org/packages/dotnetCampus.CommandLine.Source/) +![Build](https://github.com/dotnet-campus/DotNetCampus.CommandLine/actions/workflows/dotnet-build.yml/badge.svg) ![NuGet Package](https://github.com/dotnet-campus/DotNetCampus.CommandLine/actions/workflows/nuget-tag-publish.yml/badge.svg) [![dotnetCampus.CommandLine](https://img.shields.io/nuget/v/DotNetCampus.CommandLine.svg?label=DotnetCampus.CommandLine)](https://www.nuget.org/packages/DotnetCampus.CommandLine/) [![dotnetCampus.CommandLine.Source](https://img.shields.io/nuget/v/DotnetCampus.CommandLine.Source?label=DotnetCampus.CommandLine.Source)](https://www.nuget.org/packages/DotnetCampus.CommandLine.Source/) | [English][en] | [简体中文][zh-hans] | [繁體中文][zh-hant] | | ------------- | ------------------- | ------------------- |