diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 372c275efc..0a9c1de893 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,3 +31,7 @@ jobs: name: elementx-debug path: | app/build/outputs/apk/debug/app-debug.apk + - name: Compile release sources + run: ./gradlew compileReleaseSources $CI_GRADLE_ARG_PROPERTIES + - name: Compile nighlty sources + run: ./gradlew compileNightlySources $CI_GRADLE_ARG_PROPERTIES