Skip to content

Commit

Permalink
Also removed '-win32' from tag name.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Feb 3, 2018
1 parent 78e10df commit 59e4e99
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 @@ -18,7 +18,7 @@ If ("$env:APPVEYOR_REPO_BRANCH".contains("prerelease")) {
Write-Output "Tagging each commits with a unique version..."
Write-Output "Deploying each commits to GitHub..."

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

0 comments on commit 59e4e99

Please sign in to comment.