Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot 2024-05-07 09:03:21 +00:00
commit 8af0894dfe

View File

@ -117,7 +117,7 @@ jobs:
files: firmwares/.failed
- name: Fail build if needed
if: steps.check_failure_marker.outputs.exists == 'true'
if: steps.check_failure_marker.outputs.files_exists == 'true'
run: |
# Exit with failure if the compilation stage failed
exit 1