Skip to content

Commit b2e5c6f

Browse files
committed
artifact upload
1 parent a81eee0 commit b2e5c6f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,10 @@ jobs:
4141
cd NeoDK/firmware
4242
SEGGER=~/work/NeoDK/NeoDK/SEGGER_RTT_V792/RTT/ STM32CUBE_G0=~/work/NeoDK/NeoDK/STM32CubeG0 GNU_INSTALL_ROOT=$(dirname $(which arm-none-eabi-gcc))/ make
4343
44+
- uses: actions/upload-artifact@v4
45+
with:
46+
name: neodk_firmware
47+
compression-level: 9
48+
path: |
49+
NeoDK/firmware/neodk_g071.bin
50+
NeoDK/firmware/neodk_g071.hex

0 commit comments

Comments
 (0)