[CI] don't hash again
Some checks failed
Build / Build (push) Failing after 1m34s

This commit is contained in:
Marius Alwan Meyer 2023-07-20 23:47:30 +00:00
parent 1932db7ab7
commit 3409345409

View File

@ -88,11 +88,3 @@ jobs:
with:
path: firmware.zip
name: firmware.zip
- name: Hash west modules
id: hash-west
run: |
FILE_PATH=zephyr/west.yml
HASH=$(sha256sum <(find . -name build.yml -o -name west.yml -type f -exec sha256sum \; | sort) | head -c 64)
echo "hash=$HASH" >> "$GITHUB_OUTPUT"
echo "computed hash: $HASH"