Skip to content

Commit

Permalink
chore: remove sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
luhc228 committed Jun 1, 2024
1 parent 66daf8e commit 6da14db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ jobs:
name: toolkit-${{ matrix.platform.os_name }}
path: toolkit-*
if: (startsWith(github.ref, 'refs/tags/cli-v') || github.ref == 'refs/heads/test-release')
- name: Generate SHA-256
run: shasum -a 256 bin/${{ matrix.platform.os_name }}-${{ matrix.platform.bin }} > bin/${{ matrix.platform.os_name }}-${{ matrix.platform.bin }}.sha256
if: startsWith(matrix.platform.os, 'macOS') && (startsWith(github.ref, 'refs/tags/cli-v') || github.ref == 'refs/heads/test-release')
- name: Publish GitHub release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 6da14db

Please sign in to comment.