From 4bc74d0917adc1115da6e7093742233333340df7 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 19 Jul 2024 22:50:01 +0000 Subject: [PATCH] Updated Jenkins pipeline paths. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/.' } } }