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"