From ebb5a056d07404a3e2e85deb398191d1740c0966 Mon Sep 17 00:00:00 2001 From: Maciej Antosiak Date: Mon, 11 Mar 2024 13:38:04 +0100 Subject: [PATCH] docker ignore --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e774df42..51c8f799 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -350,7 +350,7 @@ jobs: - uses: actions/download-artifact@v2 with: name: OcarambaLiteS${{ env.frameworkVersion }} - - run: Get-ChildItem -Path ${{ env.Agent.BuildDirectory }} -Recurse + - 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 ${{ env.NuGetApiKey }} if: (success() && startsWith(github.ref, 'refs/tags/'))