diff --git a/Jenkinsfile b/Jenkinsfile index b322d81..15f102b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { sh 'vsce package' // Set the built file as an artifact - archiveArtifacts artifacts: 'my-extension.vsix', onlyIfSuccessful: true + archiveArtifacts artifacts: '*.vsix', onlyIfSuccessful: true } }