From 6ccb94bc515d1488805932b7a3dee80b637593f3 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 18 Feb 2024 17:18:29 +0800 Subject: [PATCH] fix: fix workflow. --- .github/workflows/publish.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 79f9fda4c..44abd9ba3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,5 +26,5 @@ jobs: shell: powershell - name: Publish Packages run: - dotnet nuget push ./aspnet-core/LocalNuget/LINGYUN.*.nupkg --api-key ${{ secrets.NUGETKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols + dotnet nuget push ./aspnet-core/LocalNuget/*.nupkg --api-key ${{ secrets.NUGETKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols diff --git a/README.md b/README.md index 5466991c6..9f0c91c39 100644 --- a/README.md +++ b/README.md @@ -306,4 +306,4 @@ yarn test:unit ## Thanks -![JetBrains Logo (Main) logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png) +![JetBrains Logo (Main) logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg)