[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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user