mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 09:32:33 +08:00
Finally got linux build shipping, change Appveyor artifact paths again
This commit is contained in:
parent
4eac3f1604
commit
df2172a0b9
2 changed files with 4 additions and 10 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue