diff --git a/.github/workflows/Build_Examples.yml b/.github/workflows/Build_Examples.yml index 5c4bbd3a0c..f92db33e8d 100644 --- a/.github/workflows/Build_Examples.yml +++ b/.github/workflows/Build_Examples.yml @@ -75,8 +75,8 @@ jobs: env: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} run: | - echo ${ALL_CHANGED_FILES} > change_files.txt - cat change_files.txt + echo ${ALL_CHANGED_FILES} > changed_files + cat changed_files - name: Check watch files id: check_watch @@ -243,7 +243,7 @@ jobs: # Set MAXIM_PATH to limit warnings export MAXIM_PATH=$(pwd) - python .github/workflows/scripts/build.py + python .github/workflows/scripts/build.py --change_file changed_files Regression_Test_Make_3_81: runs-on: