From c4586d4354095305ae14bfa01e65f9d2487fad79 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 18 Apr 2022 07:40:23 -0500 Subject: [PATCH] Fixed incorrect path in Jenkinsfile. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 04e10f4..9721cf0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { } stage("archive product") { steps { - archiveArtifacts artifacts: 'audioshowkit/dist/audioshowkit.js', followSymlinks: false + archiveArtifacts artifacts: 'dist/audioshowkit.js', followSymlinks: false } } stage("generate docs") {