Skip to content

Commit

Permalink
CI: Add release hashes (#252)
Browse files Browse the repository at this point in the history
* feat: 👷 Add release hashes
  • Loading branch information
wopox1337 authored Mar 4, 2022
1 parent c199344 commit 10eb543
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,15 @@ jobs:
with:
files: |
*.zip
- name: Generate release hashes
uses: MCJack123/ghaction-generate-release-hashes@v2
with:
hash-type: sha1
file-name: hashes.txt

- name: Upload release hashes
uses: actions/upload-artifact@v2
with:
name: Asset Hashes
path: hashes.txt

0 comments on commit 10eb543

Please sign in to comment.