ci: Expose the snap as artifact as well

This commit is contained in:
Marco Trevisan (Treviño) 2021-04-14 06:23:18 +02:00 committed by Ben Gotow
parent 09aa33702e
commit c33229497b

View file

@ -19,6 +19,7 @@ addons:
- Mailspring.zip - Mailspring.zip
- $(find . -type f -name mailspring-*.deb | tr "\n" ":") - $(find . -type f -name mailspring-*.deb | tr "\n" ":")
- $(find . -type f -name mailspring-*.rpm | tr "\n" ":") - $(find . -type f -name mailspring-*.rpm | tr "\n" ":")
- $(find . -type f -name mailspring-*.snap | tr "\n" ":")
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test