Explorar o código

修改Jenkinsfile脚本

shangke %!s(int64=2) %!d(string=hai) anos
pai
achega
023eda0030
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -26,7 +26,7 @@ pipeline {
             steps {
                 sh 'n exec 12.22.12 node -v'
                 sh 'n exec 12.22.12 npm install && n exec 12.22.12 npm run build'
-                sh "tar -zcf ${BUILD_FILE} dist/"
+                sh "tar -zcf ${BUILD_FILE} web/"
             }
         }