Browse Source

Zip up the whole bin subdirectory

Douglas Thrift 6 years ago
parent
commit
e717941373
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .appveyor.yml

+ 1 - 1
.appveyor.yml

@@ -20,7 +20,7 @@ before_build:
 after_build:
 - makensis /DSSH_HANDLER_VERSION=%APPVEYOR_BUILD_VERSION% /DSSH_HANDLER_CONFIGURATION=%CONFIGURATION% ssh-handler.nsi
 artifacts:
-- path: ssh-handler\bin\$(configuration)\ssh-handler.exe
+- path: ssh-handler\bin\$(configuration)
 - path: ssh-handler-*.exe
 cache:
 - dotNetFx40_Client_setup.exe