Skip to content

Commit b030cea

Browse files
author
clemens
committed
fix: 0_12_X firmware now added to release as well
1 parent 1aa4ecb commit b030cea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Copy Artifacts
4949
run: |
5050
mkdir artifacts
51+
mkdir ./artifacts/0_12_X
52+
cp Firmware/LowLevel/.pio/build/0_12_X/firmware.elf ./artifacts/0_12_X
53+
cp Firmware/LowLevel/.pio/build/0_12_X/firmware.uf2 ./artifacts/0_12_X
5154
5255
mkdir ./artifacts/0_11_X_MPU9250
5356
cp Firmware/LowLevel/.pio/build/0_11_X_MPU9250/firmware.elf ./artifacts/0_11_X_MPU9250

0 commit comments

Comments
 (0)