From 5202fb2c7427ea139a56dfc9df4d1bffee0685ff Mon Sep 17 00:00:00 2001 From: bogdandina Date: Thu, 12 Mar 2026 09:22:34 +0200 Subject: [PATCH] feat(76477): remove the jarArtifactName and jarArtifact Path and hardcode them --- .github/workflows/ci-cd-java.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-cd-java.yml b/.github/workflows/ci-cd-java.yml index 7eade61..906bf82 100644 --- a/.github/workflows/ci-cd-java.yml +++ b/.github/workflows/ci-cd-java.yml @@ -12,12 +12,6 @@ on: required: false type: boolean default: false - jarArtifactName: - required: false - type: string - jarArtifactPath: - required: false - type: string performRelease: required: false type: boolean @@ -104,8 +98,8 @@ jobs: if: ${{ inputs.uploadJarArtifact }} uses: actions/upload-artifact@v4 with: - name: ${{ inputs.jarArtifactName }} - path: ${{ inputs.jarArtifactPath }} + name: 'app.jar' + path: '/app/app.jar' - name: Set Docker Image Name run: |