We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0e5ea commit 715f747Copy full SHA for 715f747
.github/workflows/build-all.yml
@@ -762,3 +762,8 @@ jobs:
762
name: PDFium ${{ github.event.inputs.version }}
763
tag: ${{ github.event.inputs.branch }}
764
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