Skip to content

Commit cce09b3

Browse files
authored
Update zip command to include all files in MarkdownDocs.zip (#25)
1 parent 5ec6dfd commit cce09b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
shell: bash
6767
run: |
6868
cd source/${{ inputs.docs-dir }}
69-
zip -r MarkdownDocs.zip . -i '*.md'
69+
zip -r MarkdownDocs.zip *
7070
7171
- uses: microsoft/variable-substitution@v1
7272
with:

0 commit comments

Comments
 (0)