Skip to content

Commit

Permalink
Build zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
clough committed Nov 25, 2019
1 parent 14a1b7f commit ed5bbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
}
post {
always {
archiveArtifacts artifacts: 'pcb-tools.zip', fingerprint: true
archiveArtifacts artifacts: '**/pcb-tools.zip', fingerprint: true
junit '**/surefire-reports/*.xml'
}
}
Expand Down

0 comments on commit ed5bbf8

Please sign in to comment.