diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 1b97a0d..69f2441 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -109,7 +109,7 @@ $ cat .github/workflows/CI.yml | yq .jobs.build.strategy.matrix.java Build the artifacts: ```shell -$ .gradlew clean build +$ ./gradlew clean build ``` You will find final artifact (the ZIP archive) in the following location: @@ -142,4 +142,4 @@ Let the community know. Create a new announcement in `OpenSearch` category and d ## Done! -It was a lot of steps and you deserve a special reward! Go have a nice cup of tea or coffee. \ No newline at end of file +It was a lot of steps and you deserve a special reward! Go have a nice cup of tea or coffee.