From 99ecfd3e5b23ac38f9ba86dc9531491aa2ec937d Mon Sep 17 00:00:00 2001 From: Yaohui Liu Date: Wed, 25 Oct 2023 00:11:06 +0800 Subject: [PATCH] ci: try to fix error of pushing package. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90a593fb..801e552a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,6 @@ jobs: - name: Push LLamaSharp packages to nuget.org run: | - ls - ls ./temp - dotnet nuget push ./temp/LLamaSharp*.nupkg --source https://www.nuget.org -k ${{ secrets.LLAMA_SHARP_NUGET_KEY }} --skip-duplicate + ls + ls ./temp + dotnet nuget push ./temp/LLamaSharp*.nupkg --source https://www.nuget.org -k ${{ secrets.LLAMA_SHARP_NUGET_KEY }} --skip-duplicate