Fix typo
This commit is contained in:
parent
01d2dde7be
commit
61f01f1f55
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -37,5 +37,5 @@ jobs:
|
||||||
app/build/outputs/apk/debug/app-debug.apk
|
app/build/outputs/apk/debug/app-debug.apk
|
||||||
- name: Compile release sources
|
- name: Compile release sources
|
||||||
run: ./gradlew compileReleaseSources $CI_GRADLE_ARG_PROPERTIES
|
run: ./gradlew compileReleaseSources $CI_GRADLE_ARG_PROPERTIES
|
||||||
- name: Compile nighlty sources
|
- name: Compile nightly sources
|
||||||
run: ./gradlew compileNightlySources $CI_GRADLE_ARG_PROPERTIES
|
run: ./gradlew compileNightlySources $CI_GRADLE_ARG_PROPERTIES
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue