Skip to content

Commit

Permalink
Let distcheck action output checksum (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmf01 authored Feb 8, 2025
1 parent 00ae9c6 commit 1547090
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/distcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Build and check source package
run: make distcheck

- name: Compute checksum
run: sha256sum ./flac-*.tar.xz

- name: Check binary compatibility
run: |
make
Expand Down

0 comments on commit 1547090

Please sign in to comment.