Skip to content

Commit

Permalink
fix: 0_12_X firmware now added to release as well
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens committed Mar 20, 2023
1 parent 1aa4ecb commit b030cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Copy Artifacts
run: |
mkdir artifacts
mkdir ./artifacts/0_12_X
cp Firmware/LowLevel/.pio/build/0_12_X/firmware.elf ./artifacts/0_12_X
cp Firmware/LowLevel/.pio/build/0_12_X/firmware.uf2 ./artifacts/0_12_X
mkdir ./artifacts/0_11_X_MPU9250
cp Firmware/LowLevel/.pio/build/0_11_X_MPU9250/firmware.elf ./artifacts/0_11_X_MPU9250
Expand Down

0 comments on commit b030cea

Please sign in to comment.