[MM-35010] Fix m1 release pipeline (#1559)

* copy build results to the rest of the pipeline

* remove this commit before merging into master

* Revert "remove this commit before merging into master"

This reverts commit 87392e0029927fd5c9e697b84d15c9b187223128.
This commit is contained in:
Guillermo Vayá
2021-04-22 12:50:31 +02:00
committed by GitHub
parent 69b67e6997
commit e15e0a85a3

View File

@@ -28,7 +28,7 @@ if [[ ${MM_WIN_INSTALLERS-0} -eq 1 && -f "${SRC}/mattermost-desktop-setup-${VERS
fi fi
if [[ -f "${SRC}/mattermost-desktop-${VERSION}-mac.zip" ]]; then if [[ -f "${SRC}/mattermost-desktop-${VERSION}-mac.zip" ]]; then
echo -e "Copying mac\n" echo -e "Copying mac\n"
cp "${SRC}"/mattermost-desktop-*-mac.* "${DEST}/" cp "${SRC}"/mattermost-desktop-*-mac*.* "${DEST}/"
if [[ -f "${SRC}"/mattermost-desktop-${VERSION}-mac.dmg ]]; then if [[ -f "${SRC}"/mattermost-desktop-${VERSION}-mac.dmg ]]; then
cp "${SRC}"/*.blockmap "${DEST}/" cp "${SRC}"/*.blockmap "${DEST}/"
fi fi