Skip to content

Commit dc36c8a

Browse files
committed
Package appveyor artifacts after test
Artifacts apparently get listed before the before_deploy step. Not having them ready at that point results in an error message: No artifacts found matching 'build\stage\gagern\node-libtidy\releases\download\**\*.tar.gz' path No artifacts were published. Make sure you have specified correct artifacts filter.
1 parent c079661 commit dc36c8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ build_script:
2626
test_script:
2727
- npm test
2828

29+
after_test:
30+
- node_modules/.bin/node-pre-gyp package
31+
2932
artifacts:
3033
- path: build\stage\gagern\node-libtidy\releases\download\**\*.tar.gz
3134
name: binary
3235

33-
before_deploy:
34-
- node_modules/.bin/node-pre-gyp package
35-
3636
deploy:
3737
- provider: GitHub
3838
release: $(APPVEYOR_REPO_TAG_NAME)

0 commit comments

Comments
 (0)