Skip to content

Commit

Permalink
fix: fixed wrong firmware script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurkengewuerz committed Sep 18, 2024
1 parent 10ff66a commit 74b1cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: python ./run_setup.py
- name: Run build firmwares
working-directory: mLRS/tools/
run: python ./run_make_firmwares3.py
run: python ./run_make_firmwares.py

- name: List files
continue-on-error: true
Expand Down

0 comments on commit 74b1cea

Please sign in to comment.