Merge pull request #374 from M4xi1m3/omega-dev-e14

[ci] Generate .sha256 for N0100
This commit is contained in:
Quentin
2020-07-14 15:32:07 +02:00
committed by GitHub

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: