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 }}