Skip to content

Commit

Permalink
change shasum method
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitozgumus committed Dec 21, 2024
1 parent a49e7e1 commit 51f64f2
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 @@ -102,7 +102,7 @@ jobs:
id: sha256
run: |
curl -L -o lazydraft.tar.gz https://github.com/yigitozgumus/lazydraft/releases/download/${{ github.event.release.tag_name }}/lazydraft-macos-amd64.tar.gz
sha256sum lazydraft.tar.gz | awk '{ print $1 }' > sha256.txt
shasum -a 256 lazydraft.tar.gz | awk '{ print $1 }' > sha256.txt
echo "::set-output name=sha256::$(cat sha256.txt)"
- name: Clone Homebrew Tap
Expand Down

0 comments on commit 51f64f2

Please sign in to comment.