diff --git a/Jenkinsfile b/Jenkinsfile index ecca59b..6974ac0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { ''' fingerprint 'output/shop-modules/**/Props.Shop.*' sh 'mkdir -p ./Props/shops/' - sh 'cp ./Props.Shop/output/shop-modules/**/*.dll ./Props.Shop/output/shop-modules/**/*.deps.json ./Props/shops/.' + sh 'cp ./output/shop-modules/*.dll ./output/shop-modules/*.deps.json ./Props/shops/.' } } }