From 0c1ae514869ffaeb5c8ff7655cf7a58d3d35c01f Mon Sep 17 00:00:00 2001 From: Jakub Raczek Date: Thu, 21 Nov 2024 13:20:07 +0100 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index cb463084..1d3febec 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -355,8 +355,8 @@ jobs: name: OcarambaLiteS${{ env.frameworkVersion }} - run: Get-ChildItem ./ -Recurse - name: Push Nuget Package - run: dotnet custom push ${{ env.Agent.BuildDirectory }}\Ocaramba.${{ env.frameworkVersion }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} + run: dotnet custom push ${{ env.Agent.BuildDirectory }}\Ocaramba\Ocaramba.${{ env.frameworkVersion }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} if: (success() && startsWith(github.ref, 'refs/tags/')) - name: Push Nuget Package - run: dotnet custom push ${{ env.Agent.BuildDirectory }}\OcarambaLite.${{ env.frameworkVersion }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} + run: dotnet custom push ${{ env.Agent.BuildDirectory }}\Ocaramba\OcarambaLite.${{ env.frameworkVersion }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} if: (success() && startsWith(github.ref, 'refs/tags/'))