Skip to content

Commit 5a8ac4b

Browse files
JulianRelequestual
authored andcommitted
Fix artifact upload patterns.
actions/glob doesn't appear to support |. See https://github.com/actions/toolkit/tree/main/packages/glob#glob-behavior
1 parent d4a16e5 commit 5a8ac4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
- uses: actions/upload-artifact@v2
1313
with:
1414
path: |
15-
*.(html|txt)
15+
*.html
16+
*.txt
1617
!requirements.txt

0 commit comments

Comments
 (0)