Skip to content

Commit

Permalink
OZ-708: Fix typo artifact → artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Sep 26, 2024
1 parent 238df21 commit da1f3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit da1f3fa

Please sign in to comment.