diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dec58803..bec4902f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,10 +145,6 @@ jobs: p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }} p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }} - - run: | - brew tap mitchellh/gon - brew install mitchellh/gon/gon - - uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/build/gon-amd64.hcl b/build/gon-amd64.hcl deleted file mode 100644 index 2df65079..00000000 --- a/build/gon-amd64.hcl +++ /dev/null @@ -1,14 +0,0 @@ -source = ["dist/zrok-amd64_darwin_amd64_v1/zrok"] -bundle_id = "io.zrok.zrok" - -apple_id { - password = "@env:AC_PASSWORD" -} - -sign { - application_identity = "Developer ID Application: NetFoundry Inc" -} - -zip { - output_path = "dist/zrok-amd64_darwin_amd64_v1/zrok.zip" -} \ No newline at end of file diff --git a/build/gon-arm64.hcl b/build/gon-arm64.hcl deleted file mode 100644 index 690d745c..00000000 --- a/build/gon-arm64.hcl +++ /dev/null @@ -1,14 +0,0 @@ -source = ["dist/zrok-arm64_darwin_arm64/zrok"] -bundle_id = "io.zrok.zrok" - -apple_id { - password = "@env:AC_PASSWORD" -} - -sign { - application_identity = "Developer ID Application: NetFoundry Inc" -} - -zip { - output_path = "dist/zrok-arm64_darwin_arm64/zrok.zip" -} \ No newline at end of file