Skip to content

Commit f1a22e9

Browse files
authored
ci(nuget): fix build-native job (#402)
1 parent acc0f3a commit f1a22e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
174174
$OutputLibraryName = "${LibPrefix}picky$LibSuffix"
175175
$RenamedLibraryName = "${LibPrefix}DevolutionsPicky$LibSuffix"
176-
$OutputLibrary = Join-Path "target" $RustTarget 'release' $OutputLibraryName
176+
$OutputLibrary = Join-Path "target" $RustTarget 'ffi-production' $OutputLibraryName
177177
$OutputPath = Join-Path "dependencies" "runtimes" $DotNetRid "native"
178178
New-Item -ItemType Directory -Path $OutputPath | Out-Null
179179
Copy-Item $OutputLibrary $(Join-Path $OutputPath $RenamedLibraryName)

0 commit comments

Comments
 (0)