Skip to content

Commit 3fb3568

Browse files
committed
partially revert release DRYing
1 parent a632e42 commit 3fb3568

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
@@ -112,7 +112,7 @@ deploy:
112112
description: AppVeyor build on [master] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)
113113
auth_token:
114114
secure: NVAZgFRSk566SP5QDge5gYRWCaLi4NJJPTNk3QengH15wL9iVldfrFOllbzKXExq
115-
artifact: $(installer_dir)\$(installer_name)
115+
artifact: Rubberduck.Deployment\InnoSetup\Installers\Rubberduck.Setup.$(appveyor_build_version).exe
116116
draft: true
117117
prerelease: false
118118
on:
@@ -123,7 +123,7 @@ deploy:
123123
description: AppVeyor build on [next] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)
124124
auth_token:
125125
secure: NVAZgFRSk566SP5QDge5gYRWCaLi4NJJPTNk3QengH15wL9iVldfrFOllbzKXExq
126-
artifact: $(installer_dir)\$(installer_name)
126+
artifact: Rubberduck.Deployment\InnoSetup\Installers\Rubberduck.Setup.$(appveyor_build_version)-pre.exe
127127
draft: false
128128
prerelease: true
129129
on:

0 commit comments

Comments
 (0)