From 80725d1de964fa75a1bca993bbe2b75efbecdd6b Mon Sep 17 00:00:00 2001 From: Umberto Baldi <34278123+umbynos@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:01:49 +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 dfb46f6..d7b65f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -225,13 +225,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 184240c..414a493 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/imgtool_macOS_64bit/imgtool"] bundle_id = "cc.arduino.imgtool"