Skip to content

Commit 6da14db

Browse files
committed
chore: remove sha256
1 parent 66daf8e commit 6da14db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ jobs:
7676
name: toolkit-${{ matrix.platform.os_name }}
7777
path: toolkit-*
7878
if: (startsWith(github.ref, 'refs/tags/cli-v') || github.ref == 'refs/heads/test-release')
79-
- name: Generate SHA-256
80-
run: shasum -a 256 bin/${{ matrix.platform.os_name }}-${{ matrix.platform.bin }} > bin/${{ matrix.platform.os_name }}-${{ matrix.platform.bin }}.sha256
81-
if: startsWith(matrix.platform.os, 'macOS') && (startsWith(github.ref, 'refs/tags/cli-v') || github.ref == 'refs/heads/test-release')
8279
- name: Publish GitHub release
8380
uses: softprops/action-gh-release@v2
8481
with:

0 commit comments

Comments
 (0)