We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e5c6f commit 2bc1319Copy full SHA for 2bc1319
.github/workflows/main.yml
@@ -41,10 +41,11 @@ jobs:
41
cd NeoDK/firmware
42
SEGGER=~/work/NeoDK/NeoDK/SEGGER_RTT_V792/RTT/ STM32CUBE_G0=~/work/NeoDK/NeoDK/STM32CubeG0 GNU_INSTALL_ROOT=$(dirname $(which arm-none-eabi-gcc))/ make
43
44
- - uses: actions/upload-artifact@v4
+ - name: Upload firmware artifact
45
+ uses: actions/upload-artifact@v4
46
with:
47
name: neodk_firmware
48
compression-level: 9
49
path: |
- NeoDK/firmware/neodk_g071.bin
50
- NeoDK/firmware/neodk_g071.hex
+ NeoDK/firmware/build/neodk_g071.bin
51
+ NeoDK/firmware/build/neodk_g071.hex
0 commit comments