Skip to content

Commit 9a85931

Browse files
committed
Avoid naming the installer after any old branch
1 parent 399c92a commit 9a85931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ for:
9292
- master
9393
- next
9494
environment:
95-
# fall back to calling the installer after the branch we're on
96-
installer_name: Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_BRANCH%.exe
95+
# fall back to naming the installer something that shows we're in an unexpected state
96+
installer_name: Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-unexpected.exe
9797
release_name: Rubberduck v%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_BRANCH%
9898

9999
# Create Installers to store at appveyor and upload to github

0 commit comments

Comments
 (0)