We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec6dfd commit cce09b3Copy full SHA for cce09b3
1 file changed
action.yml
@@ -66,7 +66,7 @@ runs:
66
shell: bash
67
run: |
68
cd source/${{ inputs.docs-dir }}
69
- zip -r MarkdownDocs.zip . -i '*.md'
+ zip -r MarkdownDocs.zip *
70
71
- uses: microsoft/variable-substitution@v1
72
with:
0 commit comments