Fixes to the release script (#2059) (#2067)

(cherry picked from commit e4bdb08a5d)

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

View file

@ -498,7 +498,7 @@ jobs:
name: "Setup files for ghr"
command: |
mkdir -p ./ghr-dist
cp --backup=numbered ./build/{macos-release,win-release,linux}/* ./ghr-dist
cp -r --backup=numbered ./build/{macos-release,win-release,linux}/* ./ghr-dist
- run:
name: "Publish Release on GitHub"
command: |

View file

@ -33,9 +33,9 @@ $(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") (beta)
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-mac-universal.dmg")
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-mac-x64.dmg")
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-mac-m1.dmg") (beta)
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-mac-m1.dmg")
#### Linux
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-linux-ia32.tar.gz")