Skip to content

Commit

Permalink
Support for SHA256 uploads (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSimplyKyle committed May 8, 2022
1 parent a90fc61 commit 30aa384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
with:
name: binaries
path: ./out
- name: Create sha256sum for scoop
run: sha256sum ferium-windows-msvc.zip | cut -d ' ' -f 1 > ./out/ferium-windows-msvc.zip.sha256
# Remove the dots for the markdown header
- name: MD Header
run: export MD_HEADER=$(echo ${{ github.ref_name }} | sed 's/\.//g')
Expand Down

0 comments on commit 30aa384

Please sign in to comment.