We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e561a9f + 5f95bc8 commit f5fa553Copy full SHA for f5fa553
.github/workflows/gradle.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: copy jar to s3
60
uses: imehedi/actions-awscli-v2@latest
61
with:
62
- args: s3 cp build/libs/demo*.jar s3://tmc-service-deployment/demoapp/${{ github.base_ref }}/demoapp-${{ steps.vars.outputs.sha_short }}.jar
+ args: s3 cp ./build/libs/demo*.jar s3://tmc-service-deployment/demoapp/${{ github.base_ref }}/demoapp-${{ steps.vars.outputs.sha_short }}.jar
63
64
# ECR LOGIN
65
# - name: Login to Amazon ECR
0 commit comments