diff --git a/.github/workflows/bcny-ci.yml b/.github/workflows/bcny-ci.yml index f49654fc5..9ee86c549 100644 --- a/.github/workflows/bcny-ci.yml +++ b/.github/workflows/bcny-ci.yml @@ -56,7 +56,7 @@ jobs: - io.sentry.sentry-native.win.crashpad.$suffix + io.sentry.sentry-native.crashpad.windows.$suffix 0.0.0.0 Sentry Native SDK C++ Sentry Native SDK @@ -97,6 +97,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} - $pkgs = Get-ChildItem -Path io.sentry.sentry-native.win.crashpad.*.nupkg + $pkgs = Get-ChildItem -Path io.sentry.sentry-native.crashpad.windows.*.nupkg nuget push $pkgs[0].Name -Source ${env:NUGET_SOURCE_URL} -SkipDuplicate shell: pwsh