From 4c29b11aea6e0f998255629017d0628bdbbbcce5 Mon Sep 17 00:00:00 2001 From: Umberto Baldi Date: Tue, 28 Nov 2023 10:18:44 +0100 Subject: [PATCH] move to fork, since mitchellh/gon uses deprecated tooling and is archived --- .github/workflows/release.yml | 3 ++- gon.config.hcl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8dae257..4e55dd3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/gon.config.hcl b/gon.config.hcl index c85cf7f..f149cdb 100644 --- a/gon.config.hcl +++ b/gon.config.hcl @@ -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"