File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ deploy:
112
112
description : AppVeyor build on [master] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)
113
113
auth_token :
114
114
secure : NVAZgFRSk566SP5QDge5gYRWCaLi4NJJPTNk3QengH15wL9iVldfrFOllbzKXExq
115
- artifact : $(installer_dir)\$(installer_name)
115
+ artifact : Rubberduck.Deployment\InnoSetup\Installers\Rubberduck.Setup.$(appveyor_build_version).exe
116
116
draft : true
117
117
prerelease : false
118
118
on :
@@ -123,7 +123,7 @@ deploy:
123
123
description : AppVeyor build on [next] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)
124
124
auth_token :
125
125
secure : NVAZgFRSk566SP5QDge5gYRWCaLi4NJJPTNk3QengH15wL9iVldfrFOllbzKXExq
126
- artifact : $(installer_dir)\$(installer_name)
126
+ artifact : Rubberduck.Deployment\InnoSetup\Installers\Rubberduck.Setup.$(appveyor_build_version)-pre.exe
127
127
draft : false
128
128
prerelease : true
129
129
on :
You can’t perform that action at this time.
0 commit comments