Browse Source

fix gon since brew is not working

pull/709/head
Jason Dove 3 years ago
parent
commit
4f1952340f
  1. 7
      .github/workflows/artifacts.yml

7
.github/workflows/artifacts.yml

@ -114,9 +114,10 @@ jobs: @@ -114,9 +114,10 @@ jobs:
- name: Notarize
shell: bash
run: |
brew tap mitchellh/gon
brew install mitchellh/gon/gon
gon -log-level=debug -log-json ./gon.json
curl -o gon.zip -L -s "https://github.com/mitchellh/gon/releases/latest/download/gon_macos.zip"
unzip -o -q gon.zip
mv ./gon /usr/bin/gon
/usr/bin/gon -log-level=debug -log-json ./gon.json
env:
AC_USERNAME: ${{ secrets.ac_username }}
AC_PASSWORD: ${{ secrets.ac_password }}

Loading…
Cancel
Save