From 10a6f1635e2dc755ad6ddf25dffd896c00c7cb00 Mon Sep 17 00:00:00 2001 From: ZeinebMESSAOUDI <130365664+Zeineb2001@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:20:20 +0100 Subject: [PATCH] Update catalog-service-ci-cd.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mise à jour de la partie deploy de pipeline --- .github/workflows/catalog-service-ci-cd.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/catalog-service-ci-cd.yml b/.github/workflows/catalog-service-ci-cd.yml index c57496d9..5368897c 100644 --- a/.github/workflows/catalog-service-ci-cd.yml +++ b/.github/workflows/catalog-service-ci-cd.yml @@ -27,14 +27,11 @@ jobs: cd catalog/catalog-service/ mvn clean package -Dquarkus.package.type=uber-jar - - name: List files in target directory - run: ls -l catalog/catalog-service/target/ - - name: Archive JAR Artifact uses: actions/upload-artifact@v3 with: name: service-catalog.jar - path: catalog/catalog-service/target/*-runner.jar + path: catalog/catalog-service/target/catalog-service-1.0.0-SNAPSHOT-runner.jar deploy: runs-on: ubuntu-latest