Skip to content

Commit

Permalink
further appveyor massage
Browse files Browse the repository at this point in the history
  • Loading branch information
meeludwig committed Jan 13, 2023
1 parent e018c5a commit a2f396a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ after_build:
{
Write-Output "Succesfully Built CanModule.dll" ;
}
if (Test-Path "build-release\Release\CanModule-static.lib")
if (Test-Path "build-release\Release\CanModule.lib")
{
Write-Output "Succesfully Built CanModule-stayic-lib" ;
Write-Output "Succesfully Built CanModule.lib" ;
}
#else
#{
Expand Down

0 comments on commit a2f396a

Please sign in to comment.