From 2434625488a8a2e730518a97be9b1a320b0b0b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Mon, 19 Sep 2022 17:18:55 +0200 Subject: [PATCH] Fix shell command example for build --- RELEASE_PROCESS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.