From 9b10d255cecc192ce2dd3991b22a7db55ae13834 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 23 Oct 2023 18:27:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E5=8A=A8nuspec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- {pkgs => tools}/nupkgs/Maa.Framework.Runtimes.nuspec | 0 {pkgs => tools}/nupkgs/_._ | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {pkgs => tools}/nupkgs/Maa.Framework.Runtimes.nuspec (100%) rename {pkgs => tools}/nupkgs/_._ (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ae39e6c5..3f58b1fbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -302,7 +302,7 @@ jobs: path: assets - name: Nuget Pack - working-directory: pkgs/nupkgs + working-directory: tools/nupkgs run: | tag=${{ needs.meta.outputs.tag }} nuget pack Maa.Framework.Runtimes.nuspec \ @@ -313,7 +313,7 @@ jobs: if: always() with: name: MAA-nupkgs - path: "pkgs/nupkgs/*.nupkg" + path: "tools/nupkgs/*.nupkg" release: if: ${{ needs.meta.outputs.is_release == 'true' }} diff --git a/pkgs/nupkgs/Maa.Framework.Runtimes.nuspec b/tools/nupkgs/Maa.Framework.Runtimes.nuspec similarity index 100% rename from pkgs/nupkgs/Maa.Framework.Runtimes.nuspec rename to tools/nupkgs/Maa.Framework.Runtimes.nuspec diff --git a/pkgs/nupkgs/_._ b/tools/nupkgs/_._ similarity index 100% rename from pkgs/nupkgs/_._ rename to tools/nupkgs/_._