Skip to content

Commit

Permalink
Update firmware-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
W3AXL authored Aug 8, 2024
1 parent 91fb930 commit 8d8215f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/firmware-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
uses: actions/checkout@v4
- name: Install ARM GCC
uses: carlosperate/arm-none-eabi-gcc-action@v1
- name: make
- name: Run make
run: make
working-directory: ./fw
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dvmv24-fw
path: |
./fw/build/*.bin
./fw/build/*.elf

0 comments on commit 8d8215f

Please sign in to comment.