Skip to content

Commit

Permalink
update shaded jar path
Browse files Browse the repository at this point in the history
  • Loading branch information
miklcct committed Dec 18, 2024
1 parent 23fb396 commit c5ba17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pool:

steps:
- script: JAVA_HOME=$JAVA_HOME_21_X64 mvn package
- script: cp shaded-jar/target/otp-shaded-*.jar '$(Pipeline.Workspace)/otp-shaded.jar'
- script: cp otp-shaded/target/otp-shaded-*.jar '$(Pipeline.Workspace)/otp-shaded.jar'
- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(Pipeline.Workspace)/otp-shaded.jar' # string. Alias: path. Required. File or directory path. Default: $(Pipeline.Workspace).
Expand Down

0 comments on commit c5ba17f

Please sign in to comment.