Skip to content

Commit

Permalink
feat: add hashing to release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 12, 2024
1 parent 054125f commit 7728285
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,10 @@ jobs:
asset_path: SoundscapeSync.app.zip
asset_name: MacOS.zip
asset_content_type: application/zip


- name: Generate Release Hashes
uses: MCJack123/ghaction-generate-release-hashes@v3
with:
hash-type: sha256
file-name: CHECKSUMS.txt

0 comments on commit 7728285

Please sign in to comment.