From b66aca48b1a6b39b5274a32835958f32a27526c2 Mon Sep 17 00:00:00 2001 From: curtisy Date: Sat, 21 Jan 2023 23:36:29 +0100 Subject: [PATCH] ci: add enclosing quotes The action is lying and does not tell you this is necessary --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 6c59137..b6c6bb9 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -29,4 +29,4 @@ jobs: - name: Publish Releases env: NUGET_AUTH_TOKEN: ${{secrets.NUGET_AUTH_TOKEN}} - run: dotnet nuget push */bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json \ No newline at end of file + run: dotnet nuget push "**/*.nupkg" -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json \ No newline at end of file