From 54e93d50a3729accede9e69c3937127035005c8c Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 5 Dec 2023 09:19:12 -0800 Subject: [PATCH] Update bcny-ci.yml --- .github/workflows/bcny-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bcny-ci.yml b/.github/workflows/bcny-ci.yml index 874604bac..05624783a 100644 --- a/.github/workflows/bcny-ci.yml +++ b/.github/workflows/bcny-ci.yml @@ -107,5 +107,6 @@ jobs: } nuget sources Add -Name ${env:NUGET_SOURCE_NAME} -Source ${env:NUGET_SOURCE_URL} -Username ${env:NUGET_SOURCE_USERNAME} -Password ${env:NUGET_SOURCE_PASSWORD} -StorePasswordInClearText nuget setApiKey ${env:NUGET_API_KEY} -Source ${env:NUGET_SOURCE_URL} - nuget push io.sentry.win.crashpad.*.nupkg -Source ${env:NUGET_SOURCE_URL} -SkipDuplicate + $pkgs = Get-ChildItem -Path io.sentry.win.crashpad.*.nupkg + nuget push @pkgs -Source ${env:NUGET_SOURCE_URL} -SkipDuplicate shell: pwsh