use brew for gon

This commit is contained in:
Jason Dove
2022-06-26 08:30:32 -05:00
parent 521e0ba8b3
commit a2529febba
+3 -3
View File
@@ -115,9 +115,9 @@ jobs:
- name: Notarize
shell: bash
run: |
curl -o gon.zip -L -s "https://github.com/mitchellh/gon/releases/latest/download/gon_macos.zip"
unzip -o -q gon.zip
./gon -log-level=debug -log-json ./gon.json
brew tap mitchellh/gon
brew install mitchellh/gon/gon
gon -log-level=debug -log-json ./gon.json
env:
AC_USERNAME: ${{ secrets.ac_username }}
AC_PASSWORD: ${{ secrets.ac_password }}