Skip to content

Commit

Permalink
ci: include checksum in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Oct 29, 2023
1 parent cec5660 commit 19bc3fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: releases
- name: Generate checksum
run: |
sha256sum * > sha256sum.txt
cat sha256sum.txt
- name: Publish github release
uses: ncipollo/release-action@v1.13.0
with:
Expand Down

0 comments on commit 19bc3fb

Please sign in to comment.