Finally got linux build shipping, change Appveyor artifact paths again

This commit is contained in:
Ben Gotow 2017-08-11 09:33:21 -07:00
parent 4eac3f1604
commit df2172a0b9
2 changed files with 4 additions and 10 deletions

View file

@ -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'

View file

@ -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