Skip to content

Commit 5202fb2

Browse files
committed
feat(76477): remove the jarArtifactName and jarArtifact Path and hardcode them
1 parent f9faef3 commit 5202fb2

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ci-cd-java.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ on:
1212
required: false
1313
type: boolean
1414
default: false
15-
jarArtifactName:
16-
required: false
17-
type: string
18-
jarArtifactPath:
19-
required: false
20-
type: string
2115
performRelease:
2216
required: false
2317
type: boolean
@@ -104,8 +98,8 @@ jobs:
10498
if: ${{ inputs.uploadJarArtifact }}
10599
uses: actions/upload-artifact@v4
106100
with:
107-
name: ${{ inputs.jarArtifactName }}
108-
path: ${{ inputs.jarArtifactPath }}
101+
name: 'app.jar'
102+
path: '/app/app.jar'
109103

110104
- name: Set Docker Image Name
111105
run: |

0 commit comments

Comments
 (0)