We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc0f3a commit f1a22e9Copy full SHA for f1a22e9
.github/workflows/nuget.yml
@@ -173,7 +173,7 @@ jobs:
173
174
$OutputLibraryName = "${LibPrefix}picky$LibSuffix"
175
$RenamedLibraryName = "${LibPrefix}DevolutionsPicky$LibSuffix"
176
- $OutputLibrary = Join-Path "target" $RustTarget 'release' $OutputLibraryName
+ $OutputLibrary = Join-Path "target" $RustTarget 'ffi-production' $OutputLibraryName
177
$OutputPath = Join-Path "dependencies" "runtimes" $DotNetRid "native"
178
New-Item -ItemType Directory -Path $OutputPath | Out-Null
179
Copy-Item $OutputLibrary $(Join-Path $OutputPath $RenamedLibraryName)
0 commit comments