Browse Source

chore: fix appveyor deploy working dir

Samuel Attard 6 years ago
parent
commit
cba749e305
1 changed files with 1 additions and 0 deletions
  1. 1 0
      appveyor.yml

+ 1 - 0
appveyor.yml

@@ -53,6 +53,7 @@ test_script:
       }
   - cd electron
   - if "%GN_CONFIG%"=="testing" ( echo Running test suite & npm run test -- --ci )
+  - cd ..
 deploy_script:
   - cd electron
   - ps: >-