From d6657730b148dca0e05d985044a6ca44e0b046b8 Mon Sep 17 00:00:00 2001 From: Sr Izan <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 8 Apr 2023 21:56:42 +0200 Subject: [PATCH] fix: *.vsix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }