mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 14:47:37 +03:00
revert to old style
This commit is contained in:
parent
b213893644
commit
45c3850983
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -79,10 +79,8 @@ jobs:
|
||||
echo "flash_line=${flash_line}" >> "$GITHUB_OUTPUT"
|
||||
{
|
||||
echo "## Firmware build stats"
|
||||
echo "```text"
|
||||
if [ -n "$ram_line" ]; then echo "${ram_line}"; else echo "RAM: not found"; fi
|
||||
if [ -n "$flash_line" ]; then echo "${flash_line}"; else echo "Flash: not found"; fi
|
||||
echo "```"
|
||||
if [ -n "$ram_line" ]; then echo "- ${ram_line}"; else echo "- RAM: not found"; fi
|
||||
if [ -n "$flash_line" ]; then echo "- ${flash_line}"; else echo "- Flash: not found"; fi
|
||||
} >> "$GITHUB_STEP_SUMMARY"
|
||||
|
||||
- name: Upload firmware.bin artifact
|
||||
|
||||
Loading…
Reference in New Issue
Block a user