Skip to content

Commit

Permalink
fix checksum (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylokulyhin authored Sep 30, 2024
1 parent e03a094 commit 807cae5
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 @@ -98,9 +98,9 @@ jobs:
- name: Update Homebrew Formula
run: |
CHECKSUM=$(awk '{ print $1 }' ecs-exec-${{ matrix.target }}.sha256)
cd homebrew-cli-tools/
FORMULA_PATH="homebrew-cli-tools/Formula/ecs-exec.rb"
CHECKSUM=$(awk '{ print $1 }' ecs-exec-${{ matrix.target }}.sha256)
DOWNLOAD_URL="https://github.com/kyrylokulyhin/ecs-exec/releases/download/${{ github.event.release.tag_name }}/ecs-exec-${{ matrix.target }}.zip"
if [ -z "$CHECKSUM" ]; then
Expand Down

0 comments on commit 807cae5

Please sign in to comment.