diff --git a/.appveyor.yml b/.appveyor.yml index 29049adaf..f1e6c13ad 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -26,9 +26,9 @@ build_script: - cmd: node app/build/create-signed-windows-installer.js artifacts: -- path: dist/MeraniSetup.exe -- path: dist/RELEASES -- path: dist/*.nupkg +- path: app\dist\MeraniSetup.exe +- path: app\dist\RELEASES +- path: app\dist\*.nupkg deploy: - provider: S3 @@ -51,5 +51,5 @@ environment: cache: - node_modules -> package.json - - packages\client-app\node_modules -> packages\client-app\package.json + - app\node_modules -> app\package.json - '%USERPROFILE%\.npm' diff --git a/.travis.yml b/.travis.yml index 0ba87a7eb..ade1d4242 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,12 +15,6 @@ addons: - Merani.zip - $(find . -type f -name *.deb | tr "\n" ":") - $(find . -type f -name *.rpm | tr "\n" ":") - - (find . -type f -name *.deb | tr "\n" ":") - - (find . -type f -name *.rpm | tr "\n" ":") - - $(cd ./app/dist && find . -type f -name *.deb | tr "\n" ":") - - $(cd ./app/dist && find . -type f -name *.rpm | tr "\n" ":") - - (cd ./app/dist && find . -type f -name *.deb | tr "\n" ":") - - (cd ./app/dist && find . -type f -name *.rpm | tr "\n" ":") apt: sources: - ubuntu-toolchain-r-test