Skip to content

Commit

Permalink
Generate checksum for artifacts releases
Browse files Browse the repository at this point in the history
  • Loading branch information
project0 authored and bblanchon committed Aug 21, 2024
1 parent e13556e commit 031282a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,8 @@ jobs:
Commits between \`$PREVIOUS_REV\` and \`$CURRENT_REV\`:
END
git -C "pdfium" log origin/${PREVIOUS_REV}.. --pretty=format:'* [%s](https://pdfium.googlesource.com/pdfium/+/%H)' >> RELEASE.md
- name: Generate artifacts checksums
run: sha256sum pdfium-*.tgz > pdfium-sha256sum.txt
- name: Publish Release
uses: ncipollo/release-action@v1
with:
Expand All @@ -723,4 +725,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
name: PDFium ${{ github.event.inputs.version }}
tag: ${{ github.event.inputs.branch }}
artifacts: "pdfium-*.tgz"
artifacts: "pdfium-*.tgz,pdfium-sha256sum.txt"

0 comments on commit 031282a

Please sign in to comment.