Fixes to the release script (#2059)

This commit is contained in:
Devin Binnie 2022-04-19 12:12:09 -04:00 committed by GitHub
parent 0c369c4f3a
commit e4bdb08a5d
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")