Skip to content

Commit

Permalink
Merge pull request #662 from agathver/appveyor-fix
Browse files Browse the repository at this point in the history
Fix appveyor.yml to generate artifacts in proper order
  • Loading branch information
recrsn committed Oct 11, 2018
2 parents 0da3dc3 + 79dc6ef commit 6554b05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -37,7 +37,9 @@ test_script:
- npm --version
- npm test

on_success:
after_test:
- .\node_modules\.bin\node-pre-gyp package

on_success:
- ps: if ($APPVEYOR_REPO_TAG_NAME -match '^v(0|[1-9]+)\.(0|[1-9]+)\.(0|[1-9]+)$') { echo "Publishing"; npm install node-pre-gyp-github@1.3.1; ./node_modules/.bin/node-pre-gyp-github publish --release }

0 comments on commit 6554b05

Please sign in to comment.