Skip to content

Commit 715f747

Browse files
committed
Include checksums to the build artifacts
See bblanchon#206
1 parent 8f0e5ea commit 715f747

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-all.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,3 +762,8 @@ jobs:
762762
name: PDFium ${{ github.event.inputs.version }}
763763
tag: ${{ github.event.inputs.branch }}
764764
artifacts: "pdfium-*.tgz,pdfium-sha256sum.txt"
765+
- name: Add checksums to the build artifacts
766+
uses: actions/upload-artifact@v4
767+
with:
768+
name: pdfium-checksums
769+
path: pdfium-sha256sum.txt

0 commit comments

Comments
 (0)