summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-26 11:21:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-26 11:21:27 -0400
commitee66a6ed4d89a4bd30d056be6ddd304a026503b7 (patch)
tree96bec238c7883384628d00544d84812d7416ad79 /Jenkinsfile
parenta8b47b0a253f09029747e751c796792d5edb1bbe (diff)
debugging strange old version of git-annex in windows installer bundle
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index c77d5383b..bee9bfc21 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ try {
}
stage('Archive') {
- archiveArtifacts 'git-annex-installer.exe,dist/build-version'
+ archiveArtifacts 'git-annex-installer.exe,git-annex.exe,dist/build-version'
}
stage('Upload') {