Skip to content

Commit 3357709

Browse files
authored
FIX-#7389: Fix uploading artifacts (#7390)
Signed-off-by: Igoshev, Iaroslav <iaroslav.igoshev@intel.com>
1 parent f3c0a63 commit 3357709

4 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/upload-coverage/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ runs:
1515
with:
1616
name: coverage-data-${{ env.COVERAGE_UUID }}
1717
path: .coverage*
18+
include-hidden-files: true

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ jobs:
235235
with:
236236
name: Benchmarks log
237237
path: asv_bench/benchmarks.log
238+
include-hidden-files: true
238239
if: failure()
239240

240241
execution-filter:
@@ -737,6 +738,7 @@ jobs:
737738
with:
738739
name: coverage-data
739740
pattern: coverage-data-*
741+
include-hidden-files: true
740742
delete-merged: true
741743

742744
upload-coverage:

.github/workflows/fuzzydata-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ jobs:
4848
name: fuzzydata-test-workflow-${{matrix.engine}}
4949
path: /tmp/fuzzydata-test-wf-${{matrix.engine}}/* # Must match output dir in test_fuzzydata.py
5050
if-no-files-found: error
51+
include-hidden-files: true

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
name: modin-wheel-and-source-tarball
4040
path: ./dist/
41+
include-hidden-files: true
4142

4243
- name: Publish Modin wheel to PyPI
4344
if: github.event_name == 'push'

0 commit comments

Comments
 (0)