Skip to content

Commit

Permalink
Update bcny-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
compnerd authored Dec 5, 2023
1 parent 8b0fd43 commit 54e93d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bcny-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 54e93d5

Please sign in to comment.