From 3b511bf174dca2e3d1efc0cb553e10eb7adc0b23 Mon Sep 17 00:00:00 2001 From: aminography Date: Sun, 23 Oct 2022 17:28:46 +0200 Subject: [PATCH] Fixed CI workflow. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d325b6d..09f4ee3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: # Builds the release artifacts of the library - name: Release build - run: ./gradlew assembleRelease -x :sample-app:assembleRelease -x :sample-app-java:assembleRelease + run: ./gradlew assembleRelease -x :sample-app:assembleRelease # -x :sample-app-java:assembleRelease # Generates other artifacts (javadocJar is optional) - name: Source jar and dokka