Skip to content

Commit

Permalink
fix: gon homebrew tap stopped working
Browse files Browse the repository at this point in the history
  • Loading branch information
asimpson committed Mar 28, 2022
1 parent 48863d7 commit eebe18f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Expand Up @@ -39,12 +39,12 @@ setup_keychain() {

sign() {
PLATFORM=$1
gon -log-json -log-level=info "./${PLATFORM}-gon-config.json"
./gon -log-json -log-level=info "./${PLATFORM}-gon-config.json"
}

setup_keychain
brew tap mitchellh/gon
brew install mitchellh/gon/gon
curl -LO "https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip"
unzip ./gon_macos.zip

for PLATFORM in ${RELEASES}; do
GOOS=$(echo "${PLATFORM}" | cut -d - -f 2) \
Expand Down

0 comments on commit eebe18f

Please sign in to comment.