Skip to content

Commit 97a6059

Browse files
committed
Upload Github artifacts by name instead of path
1 parent 3fb3568 commit 97a6059

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ for:
9696
# fall back to calling the installer after the branch we're on
9797
installer_name: Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_BRANCH%.exe
9898

99-
# Create Installers for
99+
# Create Installers to store at appveyor and upload to github
100100
after_test:
101101
- cmd: iscc /O "Rubberduck.Deployment\InnoSetup\Rubberduck.Installer.Build.iss"
102102
- cmd: move %INSTALLER_DIR%\Rubberduck.Setup.exe %INSTALLER_DIR%\%INSTALLER_NAME%
103-
103+
104104
# grab the installers we produce and upload them to github :)
105105
artifacts:
106106
- path: Rubberduck.Deployment\InnoSetup\Installers\Rubberduck.Setup.*.exe
@@ -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: Rubberduck.Deployment\InnoSetup\Installers\Rubberduck.Setup.$(appveyor_build_version).exe
115+
artifact: Rubberduck
116116
draft: true
117117
prerelease: false
118118
on:
@@ -123,11 +123,12 @@ 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: Rubberduck.Deployment\InnoSetup\Installers\Rubberduck.Setup.$(appveyor_build_version)-pre.exe
126+
artifact: Rubberduck
127127
draft: false
128128
prerelease: true
129129
on:
130130
branch: next
131+
# This is Duga posting stuff to the war room
131132
notifications:
132133
- provider: Webhook
133134
url: http://stats.zomis.net/GithubHookSEChatService/hooks/github/payload?roomId=14929

0 commit comments

Comments
 (0)