We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e467aa commit 9144482Copy full SHA for 9144482
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: build
21
env:
22
RELEASE_VERSION: ${{ github.ref_name }}
23
- 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/*
24
- name: update
25
uses: softprops/action-gh-release@v1
26
if: startsWith(github.ref, 'refs/tags/')
0 commit comments