Update drone CI/CD

This commit is contained in:
FyloZ 2021-08-01 16:49:11 -04:00
parent e18ed190ef
commit 78882ae251
Signed by untrusted user who does not match committer: william
GPG Key ID: 835378AE9AF4AE97

View File

@ -18,7 +18,7 @@ steps:
image: gradle:7.1-jdk11
commands:
- gradle bootJar -Pversion=$CRE_VERSION
- mv build/libs/ColorRecipesExplorer-$CRE_VERSION.jar $CRE_ARTIFACT_NAME
- mv build/libs/ColorRecipesExplorer-$CRE_VERSION.jar $CRE_ARTIFACT_NAME.jar
when:
branch:
- master