Selaa lähdekoodia

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

QMK Bot 2 vuotta sitten
vanhempi
sitoutus
a69bf7af04
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/workflows/ci_build_major_branch.yml

+ 1 - 1
.github/workflows/ci_build_major_branch.yml

@@ -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