[CI] hash again at the end

This commit is contained in:
Marius Alwan Meyer 2023-07-20 22:03:29 +00:00
parent e7f025a816
commit 1589983a1e

View File

@ -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"