Skip to content

Commit a98b1dc

Browse files
Fixes build artifacts workflow
Signed-off-by: Darshit Chanpura <[email protected]>
1 parent 0558f70 commit a98b1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337
338338
339339
# Build artifacts
340-
./gradlew clean :assemble && \
340+
./gradlew clean assemble && \
341341
test -s ./build/distributions/opensearch-security-$security_plugin_version.zip && \
342342
test -s ./spi/build/libs/opensearch-resource-sharing-spi-$security_plugin_version.jar
343343

0 commit comments

Comments
 (0)