Fix release markdown (#2075) (#2079)

* Fix release markdown

* Oops

* Fix build_mac_pr

(cherry picked from commit 14ceaf677c)

Co-authored-by: Devin Binnie <52460000+devinbinnie@users.noreply.github.com>
This commit is contained in:
Mattermost Build 2022-04-25 23:20:24 +02:00 committed by GitHub
parent 6c4d0730a4
commit db31ba4799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 11 deletions

View file

@ -290,11 +290,7 @@ jobs:
command: tar -xzf rename.tgz
- run:
name: rename arm64 to m1
command: ./rename-1.601/rename 's/arm64/m1/' ./build/macos-release/*
- persist_to_workspace:
root: ./build
paths:
- "./macos-release/"
command: ./rename-1.601/rename 's/arm64/m1/' ./release/$(jq -r .version package.json)/*
- save:
filename: "$(jq -r .version package.json)/*.dmg"
@ -346,7 +342,7 @@ jobs:
command: tar -xzf rename.tgz
- run:
name: rename arm64 to m1
command: ./rename-1.601/rename 's/arm64/m1/' ./build/macos-release/*
command: ./rename-1.601/rename 's/arm64/m1/' ./build/macos-release/$(jq -r .version package.json)/*
- persist_to_workspace:
root: ./build
paths:

View file

@ -28,10 +28,6 @@ $(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-x86.msi")
#### Windows - setup exe files
$(print_link "${BASE_URL}/mattermost-desktop-setup-${VERSION}-win.exe")
#### Windows - zip files
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-win-ia32.zip")
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-win-x64.zip")
#### Mac
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-mac-universal.dmg")
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-mac-x64.dmg")
@ -46,7 +42,7 @@ $(print_link "${BASE_URL}/mattermost-desktop_${VERSION}-1_i386.deb")
$(print_link "${BASE_URL}/mattermost-desktop_${VERSION}-1_amd64.deb")
#### Linux (Unofficial) - rpm files (beta)
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-linux-i386.rpm")
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-linux-i686.rpm")
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-linux-x86_64.rpm")
#### Linux (Unofficial) - AppImage files