From 7ade2590abb4f87e6b851f479359cec5350c639a Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 14 Dec 2023 13:17:19 -0800 Subject: [PATCH] GHA: rename the nuget package This renames the nuget package so that we can normalize all the nuget packages to `.platform.arch` suffixes, e.g. `.windows.amd64` or `.windows.arm64`. --- .github/workflows/bcny-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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