Skip to content

Commit

Permalink
fix incorrect hash
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Jun 11, 2024
1 parent 06c3946 commit 710c9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
name: holmes-ubuntu-20.04-${{ github.ref_name }}
- name: Calculate hash
id: calc-hash
run: echo "::set-output name=LINUX_BUILD_HASH::$(sha256sum holmes-$-ubuntu-20.04-${{ github.ref_name }}.zip | awk '{print $1}')"
run: echo "::set-output name=LINUX_BUILD_HASH::$(sha256sum holmes-ubuntu-20.04-${{ github.ref_name }}.zip | awk '{print $1}')"

# TODO: update homebrew formula
update-formula:
Expand Down

0 comments on commit 710c9f5

Please sign in to comment.