From 6e24cd89f2c65b8d83f1f1e0c13963f7509446d5 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Wed, 24 Jul 2024 23:42:44 +0200 Subject: [PATCH] feat(ci): add step to check binaries after build --- .gitea/workflows/build-bin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build-bin.yml b/.gitea/workflows/build-bin.yml index 6890044..a04e3d5 100644 --- a/.gitea/workflows/build-bin.yml +++ b/.gitea/workflows/build-bin.yml @@ -22,6 +22,8 @@ jobs: RUSTUP_HOME=/opt/rust/rustup \ CARGO_HOME=/opt/rust/cargo \ make all deb appimg + - name: Checking binaries + run: ./scripts/ckarch.sh build - name: Save artifact uses: actions/upload-artifact@v3 with: