From 137eb314e22f9cdfd28533b2094729ec962f7e3f Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:49:39 +0200 Subject: [PATCH] feat: add checksum job --- .github/workflows/publish-libaec.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-libaec.yml b/.github/workflows/publish-libaec.yml index 25ad784..2ed7b0e 100644 --- a/.github/workflows/publish-libaec.yml +++ b/.github/workflows/publish-libaec.yml @@ -163,3 +163,8 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_TOKEN }} shell: bash + checksum: + runs-on: macos-latest + steps: + - name: Checksums Action + uses: thewh1teagle/checksum@v1