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/'))