From b4bbf946f853709f3e7818b689210d61ab439f15 Mon Sep 17 00:00:00 2001 From: ZeinebMESSAOUDI <130365664+Zeineb2001@users.noreply.github.com> Date: Sun, 22 Dec 2024 22:06:13 +0100 Subject: [PATCH] Update Cart-ci-cd.yml --- .github/workflows/Cart-ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Cart-ci-cd.yml b/.github/workflows/Cart-ci-cd.yml index 91ab78f4..9a4aa594 100644 --- a/.github/workflows/Cart-ci-cd.yml +++ b/.github/workflows/Cart-ci-cd.yml @@ -30,8 +30,8 @@ jobs: - name: Archive JAR Artifact uses: actions/upload-artifact@v3 with: - name: service-Cart.jar - path: Cart/target/*.jar + name: cart-project.jar + path: cart/target/cart-project-1.0.0-SNAPSHOT.jar deploy: runs-on: ubuntu-latest