[ci] Generate .sha256 for N0100

This commit is contained in:
Maxime FRIESS
2020-07-14 14:59:50 +02:00
committed by M4x1m3
parent 0a384e7c8a
commit a7ca30b793

View File

@@ -66,6 +66,7 @@ jobs:
- run: rm output/release/device/n0100/apps/i18n.o output/release/device/n0100/apps/i18n.cpp
- run: make -j2 MODEL=n0100 output/release/device/n0100/flasher.light.bin
- run: mv output/release/device/n0100/flasher.light.bin final-output/flasher.light.bin
- run: find final-output/ -type f -exec bash -c "shasum -a 256 -b {} > {}.sha256" \;
- run: tar cvfz binpack-n0100.tgz final-output/*
- uses: actions/upload-artifact@master
with: