From a526cf80bb4eff8e93ec2d355012000c675af125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 30 Apr 2026 21:00:28 -0300 Subject: [PATCH] ci: test-and-deploy: Print img checksum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/test-and-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 92574ab9d1..b585c4c5d0 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -346,6 +346,9 @@ jobs: echo "ASSET_NAME_SUFFIX=-pi4" >> $GITHUB_ENV fi + - name: Print image checksum + run: sha256sum deploy/pimod/blueos.img + - name: Zip image run: | sudo apt install zip