Skip to content

Commit 88fb9ee

Browse files
authored
Fix dummy files for driver failure artifact (#1833)
1 parent 31ca87b commit 88fb9ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cpaas-sync-drivers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
8080
# This empty file is needed for the failure artifact to be
8181
# created when there are no failures
82-
touch "${TMP_DIR}/FAILURES/.dummy"
82+
# Must not be a hidden file or upload-artifact/merge will ignore it
83+
touch "${TMP_DIR}/FAILURES/dummy"
8384
8485
- name: Upload failure logs
8586
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)