Skip to content

Commit

Permalink
Print the shasum of artifacts.
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow committed Jan 11, 2021
1 parent 381fbf5 commit 3f498f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/libclang-linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
echo "Checksum is: "
cat libclang.so.$LLVM_VER.linux-amd64.sha512sum
tar zcvfh libclang.so.$LLVM_VER.linux-amd64.tar.gz libclang.so libclang.so.$LLVM_VER.linux-amd64.sha512sum
shasum -a512 libclang.so.$LLVM_VER.linux-amd64.tar.gz
- uses: actions/upload-artifact@v2
with:
name: libclang.so.${{env.LLVM_VER}}.linux-amd64.tar.gz
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/libclang-macosx-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
echo "Checksum is: "
cat libclang.dylib.$LLVM_VER.macosx-amd64.sha512sum
tar zcvf libclang.dylib.$LLVM_VER.macosx-amd64.tar.gz libclang.dylib libclang.dylib.$LLVM_VER.macosx-amd64.sha512sum
shasum -a512 libclang.dylib.$LLVM_VER.macosx-amd64.tar.gz
- uses: actions/upload-artifact@v2
with:
name: libclang.dylib.${{env.LLVM_VER}}.macosx-amd64.tar.gz
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/libclang-windows-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
echo "Checksum is: "
Get-Content -Path libclang.dll.$env:LLVM_VER.windows-amd64.sha512sum
tar zcvf libclang.dll.$env:LLVM_VER.windows-amd64.tar.gz libclang.dll libclang.dll.$env:LLVM_VER.windows-amd64.sha512sum
sha512sum.exe libclang.dll.$env:LLVM_VER.windows-amd64.tar.gz
- uses: actions/upload-artifact@v2
with:
name: libclang.dll.${{env.LLVM_VER}}.windows-amd64.tar.gz
Expand Down

0 comments on commit 3f498f9

Please sign in to comment.