[CI] Hash before uploading
Some checks failed
Build / Build (push) Failing after 3m17s

This commit is contained in:
Marius Alwan Meyer 2023-11-15 18:19:31 +00:00
parent d63021ee27
commit 698641a011

View File

@ -77,12 +77,6 @@ jobs:
- name: Zip Artifacts - name: Zip Artifacts
run: zip firmware.zip corne_left_nice_nano_v2.uf2 corne_right_nice_nano_v2.uf2 run: zip firmware.zip corne_left_nice_nano_v2.uf2 corne_right_nice_nano_v2.uf2
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
path: firmware.zip
name: firmware.zip
- name: Hash west modules - name: Hash west modules
id: hash-west id: hash-west
run: | run: |
@ -91,3 +85,9 @@ jobs:
HASH="$(echo -n $FILES | sha256sum | head -c 64)" HASH="$(echo -n $FILES | sha256sum | head -c 64)"
echo "hash=$HASH" >> "$GITHUB_OUTPUT" echo "hash=$HASH" >> "$GITHUB_OUTPUT"
echo "computed hash: $HASH" echo "computed hash: $HASH"
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
path: firmware.zip
name: firmware.zip