Skip to content

Commit ccd0bd4

Browse files
authored
Fixing upload-artifact action to include hidden files (#403)
1 parent 5fcf78a commit ccd0bd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
uses: actions/upload-artifact@v4
8888
with:
8989
name: logs-${{ matrix.name }}.zip
90+
include-hidden-files: true
9091
path: |
9192
.tox/**/log/
9293
.tox/**/.coverage*
@@ -127,6 +128,7 @@ jobs:
127128
uses: actions/upload-artifact/merge@v4
128129
with:
129130
name: logs.zip
131+
include-hidden-files: true
130132
pattern: logs-*.zip
131133
# artifacts like py312.zip and py312-macos do have overlapping files
132134
separate-directories: true
@@ -165,4 +167,5 @@ jobs:
165167
- name: Delete Merged Artifacts
166168
uses: actions/upload-artifact/merge@v4
167169
with:
170+
include-hidden-files: true
168171
delete-merged: true

0 commit comments

Comments
 (0)