Skip to content

Commit 6fe8e6d

Browse files
committed
Fix step name in Java tooltips
1 parent 9caf2a0 commit 6fe8e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automate-tooltips.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Generate Java tooltips
2828
run: python3 GenerateTooltips/JavaDocsTooltips/generate_java_tooltips.py --path-to-docs SourceDocs/JavaDocs/html/ --out-path java_tooltips --log-file log.txt --device-javadoc-path file:///android_asset/CoGoTooltips/external/javadocs/api/
2929

30-
- name: Zip up processed Kotlin docs
30+
- name: Zip generated Java tooltips
3131
run: zip -r java_tooltips.zip java_tooltips
3232

3333
- name: Upload release asset

0 commit comments

Comments
 (0)