Revert "debugging strange old version of git-annex in windows installer bundle"

This reverts commit 1a338ed920.
This commit is contained in:
Joey Hess 2017-10-26 11:32:04 -04:00
parent 1a338ed920
commit 6e202b8dc9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 5 additions and 6 deletions

2
Jenkinsfile vendored
View file

@ -23,7 +23,7 @@ try {
}
stage('Archive') {
archiveArtifacts 'git-annex-installer.exe,git-annex.exe,dist/build-version'
archiveArtifacts 'git-annex-installer.exe,dist/build-version'
}
stage('Upload') {