Skip to content

Commit 88f249d

Browse files
ci: test-and-deploy: Print img checksum
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent d15dc01 commit 88f249d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-and-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,9 @@ jobs:
346346
echo "ASSET_NAME_SUFFIX=-pi4" >> $GITHUB_ENV
347347
fi
348348
349+
- name: Print image checksum
350+
run: sha256sum deploy/pimod/blueos.img
351+
349352
- name: Zip image
350353
run: |
351354
sudo apt install zip

0 commit comments

Comments
 (0)