Skip to content

Commit 91f2ef2

Browse files
committed
Update path for zip
1 parent 4bbc0ff commit 91f2ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automate-kotlin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: python3 ProcessDocs/ProcessKotlinDocs/build_toc.py SourceDocs/KotlinDocs/html/HelpTOC.json kotlin_docs/toc.html kotlin_docs/toc.css kotlin_docs/toc_script.js
3232

3333
- name: Zip up processed Kotlin docs
34-
run: zip -r kotlin_docs.zip out
34+
run: zip -r kotlin_docs.zip kotlin_docs
3535

3636
- name: Get tag name
3737
id: get_tag_name

0 commit comments

Comments
 (0)