Skip to content

Commit

Permalink
Fix for folders included in glob matches (#13)
Browse files Browse the repository at this point in the history
Folders are included by default in tj-actions/glob@v13
  • Loading branch information
im-mortal authored Aug 30, 2022
1 parent 282b1fc commit cef9c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/packfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ jobs:
id: glob
uses: tj-actions/glob@v13
with:
files: ${{ inputs.paths }}
files-separator: ${{ inputs.paths_separator }}
files: ${{ inputs.paths }}
match-directories: false
separator: "\n"
- name: Generate options
id: opts
Expand Down

0 comments on commit cef9c66

Please sign in to comment.