From a5b0e7bae9f4068a04863ab341bb5dd216b7545d Mon Sep 17 00:00:00 2001 From: Umberto Baldi <34278123+umbynos@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:21:19 +0100 Subject: [PATCH] move to fork, since mitchellh/gon uses deprecated tooling and is archived --- .github/workflows/release-go-task.yml | 3 ++- gon.config.hcl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-go-task.yml b/.github/workflows/release-go-task.yml index c04aaace..27fe0763 100644 --- a/.github/workflows/release-go-task.yml +++ b/.github/workflows/release-go-task.yml @@ -88,13 +88,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 160d6371..f32ba1ed 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/arduino-cloud-cli_osx_darwin_amd64/arduino-cloud-cli"] bundle_id = "cc.arduino.arduino-cloud-cli"