Collect AppImage as CircleCI artifacts

This commit is contained in:
Yuya Ochiai 2018-10-23 00:09:21 +09:00
parent 2040f31207
commit 9f5ca839a3

View file

@ -12,3 +12,4 @@ cp "${SRC}"/squirrel-windows-ia32/*.exe "${DEST}/"
cp "${SRC}"/mattermost-desktop-*.zip "${DEST}/"
cp "${SRC}"/*.tar.gz "${DEST}/"
cp "${SRC}"/*.deb "${DEST}/"
cp "${SRC}"/*.AppImage "${DEST}/"