Fixed incorrect path in Jenkinsfile.

This commit is contained in:
Harrison Deng 2022-04-18 07:40:23 -05:00
parent 29b3b30586
commit c4586d4354

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
} }
stage("archive product") { stage("archive product") {
steps { steps {
archiveArtifacts artifacts: 'audioshowkit/dist/audioshowkit.js', followSymlinks: false archiveArtifacts artifacts: 'dist/audioshowkit.js', followSymlinks: false
} }
} }
stage("generate docs") { stage("generate docs") {