Skip to content

Commit

Permalink
Binary sha256.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Feb 22, 2023
1 parent 35a62a3 commit b1bebd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_archives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
version=`basename ${{github.ref_name}}`
archive="${{github.workspace}}/b2-${version}.${{matrix.format}}"
${{matrix.command}} "${archive}" "b2-${version}"
sha256sum "${archive}" > "${archive}.sha256sum.txt"
sha256sum -b "${archive}" > "${archive}.sha256sum.txt"
- name: "Cleanup"
run: |
Expand All @@ -74,7 +74,7 @@ jobs:
- name: "Upload"
uses: actions/upload-artifact@v3
with:
name: archives
name: archives-${{github.run_id}}
path: "${{github.workspace}}/b2-*"

- name: "Publish"
Expand Down

0 comments on commit b1bebd8

Please sign in to comment.