mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-27 10:28:31 +08:00
On MacOS, upload mailsync dYSM file as well
This commit is contained in:
parent
20bdfded66
commit
619d275256
3 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -66,3 +66,5 @@ client_secret.json
|
||||||
/app/mailsync
|
/app/mailsync
|
||||||
/logfile.txt
|
/logfile.txt
|
||||||
/app/dist-docs
|
/app/dist-docs
|
||||||
|
/app/mailsync.dSYM.zip
|
||||||
|
/app/package-lock.json
|
||||||
|
|
|
@ -15,6 +15,7 @@ addons:
|
||||||
permissions: public-read
|
permissions: public-read
|
||||||
paths:
|
paths:
|
||||||
- mailsync
|
- mailsync
|
||||||
|
- mailsync.dSYM.zip
|
||||||
- Merani.dmg
|
- Merani.dmg
|
||||||
- Merani.zip
|
- Merani.zip
|
||||||
- $(find . -type f -name *.deb | tr "\n" ":")
|
- $(find . -type f -name *.deb | tr "\n" ":")
|
||||||
|
|
2
mailsync
2
mailsync
|
@ -1 +1 @@
|
||||||
Subproject commit dd704bad43d65a7d62cbea2a9e3508ba28e14a02
|
Subproject commit f88551f522b01d15248b42c00b4c4a86b95d9e1b
|
Loading…
Reference in a new issue