Skip to content

Commit

Permalink
Update OpenDriverTool.build.ps1
Browse files Browse the repository at this point in the history
corrected output path
  • Loading branch information
w0 authored Feb 7, 2024
1 parent 1e99228 commit 56e192e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenDriverTool.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ task Build {

task Publish {
$PublishModule = @{
Path = "$BuildRoot\Output\OpenDriverTool"
Path = "$BuildRoot\dist\OpenDriverTool"
NuGetApiKey = $env:NUGET_API_KEY
}
Publish-Module @PublishModule
Expand Down

0 comments on commit 56e192e

Please sign in to comment.