From 26278876fa1516f98b0de9dfce98d51911d53c54 Mon Sep 17 00:00:00 2001 From: James Croft Date: Sat, 27 Mar 2021 12:46:55 +0000 Subject: [PATCH] Altered NuGet push to include folders --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dba2059f..44d1c5a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,4 +55,4 @@ jobs: - name: Publish if: startsWith(github.ref, 'refs/heads/release') - run: nuget push *.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} + run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}