Skip to content

Commit ea291c5

Browse files
authored
Merge branch 'main' into MigrateToPrimitives
2 parents 2ad1818 + efc077c commit ea291c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
shell: pwsh
120120
run: |
121121
$ErrorActionPreference = 'Stop'
122-
$packages = Get-ChildItem -Path src -Recurse -Filter '*.nupkg' | Where-Object { $_.FullName -like '*\bin\Release\*' }
122+
$packages = Get-ChildItem -Path src -Recurse -Filter 'DynamicData.*.nupkg' | Where-Object { $_.FullName -like '*\bin\Release\*' }
123123
if (-not $packages) { throw "No .nupkg files found under src/**/bin/Release/." }
124124
foreach ($pkg in $packages) {
125125
dotnet nuget push -s $env:SOURCE_URL -k $env:NUGET_AUTH_TOKEN --skip-duplicate $pkg.FullName

0 commit comments

Comments
 (0)