Skip to content

Commit

Permalink
build: fix binary hash
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Mar 29, 2024
1 parent b90760f commit 64f14f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
mkdir -p build
cp target/production/pop-node build/${{ env.name }}
sha256sum target/production/pop-node > build/${{ env.name }}.sha256
sha256sum build/${{ env.name }} > build/${{ env.name }}.sha256
- name: Upload binary
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 64f14f1

Please sign in to comment.