Skip to content

Commit

Permalink
CI: Show checksums of generate source tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Mar 30, 2024
1 parent c2a0610 commit d789973
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -31,6 +31,9 @@ jobs:
mkdir build && cd build
cmake ..
make package_source
for x in sha1sum sha256sum sha512sum b2sum; do
printf "$x " && $x ${{ github.workspace }}/build/android-tools-*.tar.xz | cut -d " " -f 1
done
- name: upload package_source
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d789973

Please sign in to comment.