diff options
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 62f63cb..ec6b36d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile | |||
| @@ -17,7 +17,7 @@ pipeline { | |||
| 17 | 17 | ||
| 18 | post { | 18 | post { |
| 19 | always { | 19 | always { |
| 20 | archiveArtifacts artifacts: 'main' | 20 | archiveArtifacts artifacts: 'main.debug, main.release' |
| 21 | } | 21 | } |
| 22 | } | 22 | } |
| 23 | } | 23 | } |
