Skip to content

Commit

Permalink
move to fork, since mitchellh/gon uses deprecated tooling and is arch…
Browse files Browse the repository at this point in the history
…ived
  • Loading branch information
umbynos committed Nov 28, 2023
1 parent fc8f1a8 commit 4c29b11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,14 @@ jobs:
- name: Install gon for code signing and app notarization
run: |
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
wget -q https://github.com/Bearer/gon/releases/download/v0.0.27/gon_macos.zip
unzip gon_macos.zip -d /usr/local/bin
- name: Sign and notarize binary
env:
AC_USERNAME: ${{ secrets.AC_USERNAME }}
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
run: |
gon gon.config.hcl
Expand Down
2 changes: 1 addition & 1 deletion gon.config.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/general/gon.config.hcl
# See: https://github.com/mitchellh/gon#configuration-file
# See: https://github.com/Bearer/gon#configuration-file
source = ["dist/avrdude_macOS_64bit/bin/avrdude"]
bundle_id = "cc.arduino.avrdude"

Expand Down

0 comments on commit 4c29b11

Please sign in to comment.