[CI] hash again at the end
This commit is contained in:
parent
e7f025a816
commit
1589983a1e
@ -79,3 +79,10 @@ jobs:
|
||||
with:
|
||||
path: firmware.zip
|
||||
name: firmware.zip
|
||||
|
||||
- name: Hash west module
|
||||
id: hash-west
|
||||
run: |
|
||||
HASH=$(sha256sum zephyr/west.yml | head -c 64)
|
||||
echo "hash=$HASH" >> "$GITHUB_OUTPUT"
|
||||
echo "computed hash: $HASH"
|
||||
|
Loading…
Reference in New Issue
Block a user