Tweak artifact name for release

This commit is contained in:
Yuya Ochiai
2018-11-26 23:49:59 +09:00
parent 98974e4bb3
commit b5228f8779
2 changed files with 8 additions and 8 deletions

View File

@@ -16,12 +16,12 @@ cat <<-MD
The download links can be found below.
#### Windows
$(print_link "${BASE_URL}/mattermost-setup-${VERSION}-ia32.exe")
$(print_link "${BASE_URL}/mattermost-setup-${VERSION}-x64.exe")
$(print_link "${BASE_URL}/mattermost-setup-${VERSION}-win32.exe")
$(print_link "${BASE_URL}/mattermost-setup-${VERSION}-win64.exe")
#### Windows - zip files
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-win-ia32.zip")
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-win-x64.zip")
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-win32.zip")
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-win64.zip")
#### Mac
$(print_link "${BASE_URL}/mattermost-desktop-${VERSION}-mac.dmg")