From 4755cfaa9a530bf5625cf3afc86bca17e40470e1 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 15 Aug 2023 12:03:12 -0400 Subject: [PATCH] add buildspec.yml file --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index f0b983b0c..83db24596 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -17,5 +17,5 @@ phases: - echo Build completed on `date` artifacts: files: - - target/spring-petclinic-2.2.0.BUILD-SNAPSHOT.jar + - spring-petclinic-2.2.0.BUILD-SNAPSHOT.jar ... \ No newline at end of file