Skip to content

Commit 9144482

Browse files
committed
feat: ci add sha256 hash log
1 parent 3e467aa commit 9144482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: build
2121
env:
2222
RELEASE_VERSION: ${{ github.ref_name }}
23-
run: ./scripts/binary.sh darwin && ./scripts/binary.sh darwin-m1 && ./scripts/binary.sh windows && ./scripts/binary.sh linux
23+
run: ./scripts/binary.sh darwin && ./scripts/binary.sh darwin-m1 && ./scripts/binary.sh windows && ./scripts/binary.sh linux && sha256sum ./dist/*
2424
- name: update
2525
uses: softprops/action-gh-release@v1
2626
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)