From 9faeac1a4478df7419183778eaa6edab9b0ee922 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 17 Feb 2023 15:15:12 +0100 Subject: [PATCH] Fix typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a776d430b6..29736a6f65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,5 +37,5 @@ jobs: app/build/outputs/apk/debug/app-debug.apk - name: Compile release sources run: ./gradlew compileReleaseSources $CI_GRADLE_ARG_PROPERTIES - - name: Compile nighlty sources + - name: Compile nightly sources run: ./gradlew compileNightlySources $CI_GRADLE_ARG_PROPERTIES