Skip to content

Commit

Permalink
workflows: upload firmware binary
Browse files Browse the repository at this point in the history
  • Loading branch information
RuffaloLavoisier committed Nov 22, 2024
1 parent 4cc3adb commit 160a01c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-OS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ jobs:
run: mv include/config.h.example include/config.h
- name: Compile language ${{ matrix.language }} model ${{ matrix.model }}
run: python3 .github/buildFirmware.py -l "${{ matrix.language }}" -m "${{ matrix.model }}" -b debug
- name: Upload ${{ matrix.os }} firmware artifacts
uses: actions/upload-artifact@v3
with:
name: firmwares-${{ matrix.os }}
path: "*.bin"

0 comments on commit 160a01c

Please sign in to comment.