Skip to content

Commit

Permalink
feat: add checksum job
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 20, 2024
1 parent 8e8e1c8 commit 137eb31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-libaec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 137eb31

Please sign in to comment.