Skip to content

Commit

Permalink
Fix dummy files for driver failure artifact (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy authored Sep 9, 2024
1 parent 31ca87b commit 88fb9ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cpaas-sync-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
# This empty file is needed for the failure artifact to be
# created when there are no failures
touch "${TMP_DIR}/FAILURES/.dummy"
# Must not be a hidden file or upload-artifact/merge will ignore it
touch "${TMP_DIR}/FAILURES/dummy"
- name: Upload failure logs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 88fb9ee

Please sign in to comment.