Skip to content

Commit

Permalink
Sign before getting the artifact ready to push
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyStreamlabs committed Dec 3, 2018
1 parent ebeda70 commit d6e01f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d6e01f8

Please sign in to comment.