diff --git a/appveyor.yml b/appveyor.yml index a396f3b..2c0a9f2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,11 +27,11 @@ install: build_script: - cmake -H. -B"%SLBuildDirectory%" -G"%SLGenerator%" -DCMAKE_INSTALL_PREFIX="%FullDistributePath%\crash-handler" -DNODEJS_NAME=%RuntimeName% -DNODEJS_URL=%RuntimeURL% -DNODEJS_VERSION=%RuntimeVersion% - cmake --build %SLBuildDirectory% --target install --config RelWithDebInfo - - tar cvaf "%DistributionAritfact%.tar.gz" -C "%FullDistributePath%" "crash-handler" before_deploy: - nuget install secure-file -ExcludeVersion - ps: ci\appveyor\sign_binaries.ps1 + - tar cvaf "%DistributionAritfact%.tar.gz" -C "%FullDistributePath%" "crash-handler" - ps: Push-AppveyorArtifact "$env:DistributionAritfact.tar.gz" deploy: