diff --git a/appveyor.yml b/appveyor.yml index 3cddc78..70869b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,4 +19,4 @@ test: off build_script: - yarn run asset-compile artifacts: - - path: .nexe\**\node.exe + - path: $(HOMEPATH)\.nexe\**\node.exe