From da1f3faf568795ceb615e09ac06b219e6a084569 Mon Sep 17 00:00:00 2001 From: "Kipchumba C. Bett" Date: Thu, 26 Sep 2024 12:17:58 +0300 Subject: [PATCH] =?UTF-8?q?OZ-708:=20Fix=20typo=20artifact=20=E2=86=92=20a?= =?UTF-8?q?rtifacts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5b612f..931a91d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: with: artifact-name: "fhir-odoo" artifact-path: "fhir-odoo-app/target/*.jar" - upload-artifact: true + upload-artifacts: true secrets: NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }} NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }} @@ -42,7 +42,7 @@ jobs: with: artifact-name: "fhir-odoo" artifact-path: "fhir-odoo-app/target" - download-artifact: true + download-artifacts: true image-name: "fhir-odoo" secrets: DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_REGISTRY_USERNAME }}