Skip to content

Commit

Permalink
feat: ci add sha256 hash log
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Jul 20, 2022
1 parent 3e467aa commit 9144482
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 @@ -20,7 +20,7 @@ jobs:
- name: build
env:
RELEASE_VERSION: ${{ github.ref_name }}
run: ./scripts/binary.sh darwin && ./scripts/binary.sh darwin-m1 && ./scripts/binary.sh windows && ./scripts/binary.sh linux
run: ./scripts/binary.sh darwin && ./scripts/binary.sh darwin-m1 && ./scripts/binary.sh windows && ./scripts/binary.sh linux && sha256sum ./dist/*
- name: update
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 9144482

Please sign in to comment.