Skip to content

Commit

Permalink
Removed '-win32' from the release name
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Feb 3, 2018
1 parent 8ef2c96 commit b6c5191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/appveyor/prepare_github_deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If ("$env:APPVEYOR_REPO_BRANCH".contains("prerelease")) {
Write-Output "Deploying each commits to GitHub..."

$env:GITHUB_TAG_NAME="v$env:APPVEYOR_BUILD_VERSION-win32"
$env:GITHUB_RELEASE_NAME="$env:APPVEYOR_PROJECT_NAME-v$env:APPVEYOR_BUILD_VERSION-win32"
$env:GITHUB_RELEASE_NAME="$env:APPVEYOR_PROJECT_NAME-v$env:APPVEYOR_BUILD_VERSION"
}
Else
{
Expand Down

0 comments on commit b6c5191

Please sign in to comment.