Skip to content

Commit

Permalink
Fixed build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rombrew committed Feb 16, 2024
1 parent cb86bb7 commit 127c187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Build PESC1 firmware
run: make -C src HWREV=PESC1

- name: Build VESC6A firmware
run: make -C src HWREV=VESC6A
- name: Build FSESC67 firmware
run: make -C src HWREV=FSESC67

2 changes: 1 addition & 1 deletion src/bundle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
install -D -t /tmp/$BUNDLE/ ../README.md || exit
install -D -t /tmp/$BUNDLE/doc ../doc/*.md || exit

install -D -t /tmp/$BUNDLE/bin /tmp/pmc-*/pmc-*.bin || exit
install -D -t /tmp/$BUNDLE/firmware /tmp/pmc-*/pmc-*.bin || exit
install -D -t /tmp/$BUNDLE/phobia /tmp/phobia/*/phobia-*.exe || exit

zip -rD -9 /tmp/$BUNDLE.zip /tmp/$BUNDLE
Expand Down

0 comments on commit 127c187

Please sign in to comment.