Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Fix binary name to download
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolinicolae committed Jul 9, 2020
1 parent 88d1605 commit 1adecd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post_push
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -eux

MANIFEST_TOOL_VERSION=$(curl -s https://api.github.com/repos/estesp/manifest-tool/releases/latest | grep 'tag_name' | cut -d\" -f4)
curl -fsSL -o manifest-tool "https://github.com/estesp/manifest-tool/releases/download/${MANIFEST_TOOL_VERSION}/manifest-tool-$(uname -s)-$(uname -m)"
curl -fsSL -o manifest-tool "https://github.com/estesp/manifest-tool/releases/download/${MANIFEST_TOOL_VERSION}/manifest-tool-linux-amd64"
chmod +x manifest-tool

# Push latest manifest
Expand Down

0 comments on commit 1adecd8

Please sign in to comment.