diff --git a/ci/appveyor/prepare_github_deploy.ps1 b/ci/appveyor/prepare_github_deploy.ps1 index 809d9c2..47d9824 100644 --- a/ci/appveyor/prepare_github_deploy.ps1 +++ b/ci/appveyor/prepare_github_deploy.ps1 @@ -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