Skip to content

Commit f5fa553

Browse files
authored
Merge pull request #19 from DevopsArtFactory/add-copy-jar-s3
modify jar path
2 parents e561a9f + 5f95bc8 commit f5fa553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: copy jar to s3
6060
uses: imehedi/actions-awscli-v2@latest
6161
with:
62-
args: s3 cp build/libs/demo*.jar s3://tmc-service-deployment/demoapp/${{ github.base_ref }}/demoapp-${{ steps.vars.outputs.sha_short }}.jar
62+
args: s3 cp ./build/libs/demo*.jar s3://tmc-service-deployment/demoapp/${{ github.base_ref }}/demoapp-${{ steps.vars.outputs.sha_short }}.jar
6363

6464
# ECR LOGIN
6565
# - name: Login to Amazon ECR

0 commit comments

Comments
 (0)