mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-26 18:10:45 +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
|
||||
/logfile.txt
|
||||
/app/dist-docs
|
||||
/app/mailsync.dSYM.zip
|
||||
/app/package-lock.json
|
||||
|
|
|
@ -15,6 +15,7 @@ addons:
|
|||
permissions: public-read
|
||||
paths:
|
||||
- mailsync
|
||||
- mailsync.dSYM.zip
|
||||
- Merani.dmg
|
||||
- Merani.zip
|
||||
- $(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